Html Css Color HEX #778068 Camouflage Green

📋 copy color: '#778068'

red 119 ◦ green 128 ◦ blue 104

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

Shades of Camouflage Green #778068

Tints of Camouflage Green #778068

RGB

 RED value IS 119 (46.88% from 255) = 33.9%

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

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

R = 33.9%
G = 36.47%
B = 29.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#778068 (or 0x778068) is known color: Camouflage Green. HEX triplet: 77, 80 and 68. RGB value is (119,128,104). Sum of RGB (Red+Green+Blue) = 119+128+104=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #778068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778068 is #887F97. Grayscale: #7A7A7A. Windows color (decimal): -8945560 or 6848631. OLE color: 6848631.

HSL color Cylindrical-coordinate representation of color #778068: hue angle of 82.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 #778068 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 128 104 -
CMYK 0.07 0 0.19 0.50
HSL 82.5º 0.1% 0.45% -
HSV(B) 82.5º 0.19% 0.5% -
XYZ 17.83 20.36 16.09 -
YUV 122.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 119 128 104 0.07 0 0.19 0.50 82.5 0.1 0.45
Hex 77 80 68 7 0 13 32 52 A 2D
Octal 167 200 150 7 0 23 62 122 12 55
Binary 1110111 10000000 1101000 111 0 10011 110010 1010010 1010 101101

Color Harmonies of #778068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778068

Black with #778068

Text Example


Text Example

White with #778068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778068; }

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

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

background-color css

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

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

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

border-color css

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

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

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