Html Css Color HEX #767C09 Olive

📋 copy color: '#767C09'

red 118 ◦ green 124 ◦ blue 9

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

Shades of Olive #767C09

Tints of Olive #767C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.4%

 BLUE value IS 9 (3.91% from 255) = 3.59%

R = 47.01%
G = 49.4%
B = 3.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#767C09 (or 0x767C09) is known color: Olive. HEX triplet: 76, 7C and 09. RGB value is (118,124,9). Sum of RGB (Red+Green+Blue) = 118+124+9=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #767C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767C09 is #8983F6. Grayscale: #6D6D6D. Windows color (decimal): -9012215 or 621686. OLE color: 621686.

HSL color Cylindrical-coordinate representation of color #767C09: hue angle of 63.13º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #767C09 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 124 9 -
CMYK 0.05 0 0.93 0.51
HSL 63.13º 0.86% 0.26% -
HSV(B) 63.13º 0.93% 0.49% -
XYZ 14.73 18.29 3.01 -
YUV 109.1 71.51 134.35 -
System Red Green Blue C M Y K H S L
Decimal 118 124 9 0.05 0 0.93 0.51 63.13 0.86 0.26
Hex 76 7C 9 5 0 5D 33 3F 56 1A
Octal 166 174 11 5 0 135 63 77 126 32
Binary 1110110 1111100 1001 101 0 1011101 110011 111111 1010110 11010

Color Harmonies of #767C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C09

Black with #767C09

Text Example


Text Example

White with #767C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767C09; }

 p { color: rgb(118,124,9); }

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

background-color css

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

 a { background-color: rgb(118,124,9); }

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

border-color css

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

 span { border-color: rgb(118,124,9); }

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