Html Css Color HEX #768608 Olive

📋 copy color: '#768608'

red 118 ◦ green 134 ◦ blue 8

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

Shades of Olive #768608

Tints of Olive #768608

RGB

 RED value IS 118 (46.48% from 255) = 45.38%

 GREEN value IS 134 (52.73% from 255) = 51.54%

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 45.38%
G = 51.54%
B = 3.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#768608 (or 0x768608) is known color: Olive. HEX triplet: 76, 86 and 08. RGB value is (118,134,8). Sum of RGB (Red+Green+Blue) = 118+134+8=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #768608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768608 is #8979F7. Grayscale: #737373. Windows color (decimal): -9009656 or 558710. OLE color: 558710.

HSL color Cylindrical-coordinate representation of color #768608: hue angle of 67.62º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #768608 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 8 -
CMYK 0.12 0 0.94 0.47
HSL 67.62º 0.89% 0.28% -
HSV(B) 67.62º 0.94% 0.53% -
XYZ 16.04 20.92 3.42 -
YUV 114.85 67.7 130.25 -
System Red Green Blue C M Y K H S L
Decimal 118 134 8 0.12 0 0.94 0.47 67.62 0.89 0.28
Hex 76 86 8 C 0 5E 2F 44 59 1C
Octal 166 206 10 14 0 136 57 104 131 34
Binary 1110110 10000110 1000 1100 0 1011110 101111 1000100 1011001 11100

Color Harmonies of #768608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768608

Black with #768608

Text Example


Text Example

White with #768608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768608; }

 p { color: rgb(118,134,8); }

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

background-color css

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

 a { background-color: rgb(118,134,8); }

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

border-color css

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

 span { border-color: rgb(118,134,8); }

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