Html Css Color HEX #768206 Olive

📋 copy color: '#768206'

red 118 ◦ green 130 ◦ blue 6

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

Shades of Olive #768206

Tints of Olive #768206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.18%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 46.46%
G = 51.18%
B = 2.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#768206 (or 0x768206) is known color: Olive. HEX triplet: 76, 82 and 06. RGB value is (118,130,6). Sum of RGB (Red+Green+Blue) = 118+130+6=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #768206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768206 is #897DF9. Grayscale: #707070. Windows color (decimal): -9010682 or 426614. OLE color: 426614.

HSL color Cylindrical-coordinate representation of color #768206: hue angle of 65.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #768206 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 6 -
CMYK 0.09 0 0.95 0.49
HSL 65.81º 0.91% 0.27% -
HSV(B) 65.81º 0.95% 0.51% -
XYZ 15.49 19.83 3.18 -
YUV 112.28 68.02 132.08 -
System Red Green Blue C M Y K H S L
Decimal 118 130 6 0.09 0 0.95 0.49 65.81 0.91 0.27
Hex 76 82 6 9 0 5F 31 42 5B 1B
Octal 166 202 6 11 0 137 61 102 133 33
Binary 1110110 10000010 110 1001 0 1011111 110001 1000010 1011011 11011

Color Harmonies of #768206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768206

Black with #768206

Text Example


Text Example

White with #768206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768206; }

 p { color: rgb(118,130,6); }

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

background-color css

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

 a { background-color: rgb(118,130,6); }

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

border-color css

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

 span { border-color: rgb(118,130,6); }

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