Html Css Color HEX #7C7906 Olive

📋 copy color: '#7C7906'

red 124 ◦ green 121 ◦ blue 6

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

Shades of Olive #7C7906

Tints of Olive #7C7906

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.21%

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

R = 49.4%
G = 48.21%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7C7906 (or 0x7C7906) is known color: Olive. HEX triplet: 7C, 79 and 06. RGB value is (124,121,6). Sum of RGB (Red+Green+Blue) = 124+121+6=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7906 is #8386F9. Grayscale: #6D6D6D. Windows color (decimal): -8619770 or 424316. OLE color: 424316.

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

Color convert

RGB 124 121 6 -
CMYK 0 0.02 0.95 0.51
HSL 58.47º 0.91% 0.25% -
HSV(B) 58.47º 0.95% 0.49% -
XYZ 15.18 17.97 2.84 -
YUV 108.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 124 121 6 0 0.02 0.95 0.51 58.47 0.91 0.25
Hex 7C 79 6 0 2 5F 33 3A 5B 19
Octal 174 171 6 0 2 137 63 72 133 31
Binary 1111100 1111001 110 0 10 1011111 110011 111010 1011011 11001

Color Harmonies of #7C7906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7906

Black with #7C7906

Text Example


Text Example

White with #7C7906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,121,6); }

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

background-color css

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

 a { background-color: rgb(124,121,6); }

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

border-color css

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

 span { border-color: rgb(124,121,6); }

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