Html Css Color HEX #758068 Camouflage Green

📋 copy color: '#758068'

red 117 ◦ green 128 ◦ blue 104

#758068
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #758068

Tints of Camouflage Green #758068

RGB

 RED value IS 117 (46.09% from 255) = 33.52%

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 33.52%
G = 36.68%
B = 29.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#758068 (or 0x758068) is known color: Camouflage Green. HEX triplet: 75, 80 and 68. RGB value is (117,128,104). Sum of RGB (Red+Green+Blue) = 117+128+104=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #758068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758068 is #8A7F97. Grayscale: #7A7A7A. Windows color (decimal): -9076632 or 6848629. OLE color: 6848629.

HSL color Cylindrical-coordinate representation of color #758068: hue angle of 87.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758068 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 104 -
CMYK 0.09 0 0.19 0.50
HSL 87.5º 0.1% 0.45% -
HSV(B) 87.5º 0.19% 0.5% -
XYZ 17.55 20.22 16.07 -
YUV 121.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 117 128 104 0.09 0 0.19 0.50 87.5 0.1 0.45
Hex 75 80 68 9 0 13 32 57 A 2D
Octal 165 200 150 11 0 23 62 127 12 55
Binary 1110101 10000000 1101000 1001 0 10011 110010 1010111 1010 101101

Color Harmonies of #758068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758068

Black with #758068

Text Example


Text Example

White with #758068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758068; }

 p { color: rgb(117,128,104); }

 H1.HeaderClassName
 {
   color: #758068;
 }
 .AnyTagClassName
 {
   color: #758068;
 }
</style>

background-color css

<style>
 a { background-color: #758068; }

 a { background-color: rgb(117,128,104); }

 div.DivClassName
 {
   background-color: #758068;
 }
 .BgClassName
 {
   background-color: #758068;
 }
</style>

border-color css

<style>
 span { border-color: #758068; }

 span { border-color: rgb(117,128,104); }

 td.TdClassName
 {
   border-color: #758068;
 }
 .TagClassName
 {
   border-color: #758068;
 }
</style>