Html Css Color HEX #7C8B07 Olive

📋 copy color: '#7C8B07'

red 124 ◦ green 139 ◦ blue 7

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

Shades of Olive #7C8B07

Tints of Olive #7C8B07

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.48%

 BLUE value IS 7 (3.13% from 255) = 2.59%

R = 45.93%
G = 51.48%
B = 2.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#7C8B07 (or 0x7C8B07) is known color: Olive. HEX triplet: 7C, 8B and 07. RGB value is (124,139,7). Sum of RGB (Red+Green+Blue) = 124+139+7=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8B07 is #8374F8. Grayscale: #777777. Windows color (decimal): -8615161 or 494460. OLE color: 494460.

HSL color Cylindrical-coordinate representation of color #7C8B07: hue angle of 66.82º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C8B07 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB 124 139 7 -
CMYK 0.11 0 0.95 0.45
HSL 66.82º 0.9% 0.29% -
HSV(B) 66.82º 0.95% 0.55% -
XYZ 17.58 22.77 3.67 -
YUV 119.47 64.53 131.23 -
System Red Green Blue C M Y K H S L
Decimal 124 139 7 0.11 0 0.95 0.45 66.82 0.9 0.29
Hex 7C 8B 7 B 0 5F 2D 43 5A 1D
Octal 174 213 7 13 0 137 55 103 132 35
Binary 1111100 10001011 111 1011 0 1011111 101101 1000011 1011010 11101

Color Harmonies of #7C8B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8B07

Black with #7C8B07

Text Example


Text Example

White with #7C8B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,139,7); }

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

background-color css

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

 a { background-color: rgb(124,139,7); }

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

border-color css

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

 span { border-color: rgb(124,139,7); }

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