Html Css Color HEX #7C8609 Olive

📋 copy color: '#7C8609'

red 124 ◦ green 134 ◦ blue 9

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

Shades of Olive #7C8609

Tints of Olive #7C8609

RGB

 RED value IS 124 (48.83% from 255) = 46.44%

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

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

R = 46.44%
G = 50.19%
B = 3.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#7C8609 (or 0x7C8609) is known color: Olive. HEX triplet: 7C, 86 and 09. RGB value is (124,134,9). Sum of RGB (Red+Green+Blue) = 124+134+9=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8609 is #8379F6. Grayscale: #757575. Windows color (decimal): -8616439 or 624252. OLE color: 624252.

HSL color Cylindrical-coordinate representation of color #7C8609: hue angle of 64.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C8609 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 134 9 -
CMYK 0.07 0 0.93 0.47
HSL 64.8º 0.87% 0.28% -
HSV(B) 64.8º 0.93% 0.53% -
XYZ 16.89 21.36 3.49 -
YUV 116.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 124 134 9 0.07 0 0.93 0.47 64.8 0.87 0.28
Hex 7C 86 9 7 0 5D 2F 41 57 1C
Octal 174 206 11 7 0 135 57 101 127 34
Binary 1111100 10000110 1001 111 0 1011101 101111 1000001 1010111 11100

Color Harmonies of #7C8609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8609

Black with #7C8609

Text Example


Text Example

White with #7C8609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C8609; }

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

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

background-color css

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

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

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

border-color css

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

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

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