Html Css Color HEX #7D740C Olive

📋 copy color: '#7D740C'

red 125 ◦ green 116 ◦ blue 12

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

Shades of Olive #7D740C

Tints of Olive #7D740C

RGB

 RED value IS 125 (49.22% from 255) = 49.41%

 GREEN value IS 116 (45.7% from 255) = 45.85%

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 49.41%
G = 45.85%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7D740C (or 0x7D740C) is known color: Olive. HEX triplet: 7D, 74 and 0C. RGB value is (125,116,12). Sum of RGB (Red+Green+Blue) = 125+116+12=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D740C is #828BF3. Grayscale: #6B6B6B. Windows color (decimal): -8555508 or 816253. OLE color: 816253.

HSL color Cylindrical-coordinate representation of color #7D740C: hue angle of 55.22º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D740C is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 116 12 -
CMYK 0 0.07 0.90 0.51
HSL 55.22º 0.82% 0.27% -
HSV(B) 55.22º 0.9% 0.49% -
XYZ 14.77 16.88 2.83 -
YUV 106.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 125 116 12 0 0.07 0.90 0.51 55.22 0.82 0.27
Hex 7D 74 C 0 7 5A 33 37 52 1B
Octal 175 164 14 0 7 132 63 67 122 33
Binary 1111101 1110100 1100 0 111 1011010 110011 110111 1010010 11011

Color Harmonies of #7D740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D740C

Black with #7D740C

Text Example


Text Example

White with #7D740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,116,12); }

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

background-color css

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

 a { background-color: rgb(125,116,12); }

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

border-color css

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

 span { border-color: rgb(125,116,12); }

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