Html Css Color HEX #7C8A08 Olive

📋 copy color: '#7C8A08'

red 124 ◦ green 138 ◦ blue 8

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

Shades of Olive #7C8A08

Tints of Olive #7C8A08

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.11%

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

R = 45.93%
G = 51.11%
B = 2.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#7C8A08 (or 0x7C8A08) is known color: Olive. HEX triplet: 7C, 8A and 08. RGB value is (124,138,8). Sum of RGB (Red+Green+Blue) = 124+138+8=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8A08 is #8375F7. Grayscale: #777777. Windows color (decimal): -8615416 or 559740. OLE color: 559740.

HSL color Cylindrical-coordinate representation of color #7C8A08: hue angle of 66.46º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C8A08 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 138 8 -
CMYK 0.10 0 0.94 0.46
HSL 66.46º 0.89% 0.29% -
HSV(B) 66.46º 0.94% 0.54% -
XYZ 17.44 22.48 3.65 -
YUV 118.99 65.36 131.57 -
System Red Green Blue C M Y K H S L
Decimal 124 138 8 0.10 0 0.94 0.46 66.46 0.89 0.29
Hex 7C 8A 8 A 0 5E 2E 42 59 1D
Octal 174 212 10 12 0 136 56 102 131 35
Binary 1111100 10001010 1000 1010 0 1011110 101110 1000010 1011001 11101

Color Harmonies of #7C8A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8A08

Black with #7C8A08

Text Example


Text Example

White with #7C8A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,138,8); }

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

background-color css

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

 a { background-color: rgb(124,138,8); }

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

border-color css

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

 span { border-color: rgb(124,138,8); }

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