Html Css Color HEX #7D850C Olive

📋 copy color: '#7D850C'

red 125 ◦ green 133 ◦ blue 12

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

Shades of Olive #7D850C

Tints of Olive #7D850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.26%

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

R = 46.3%
G = 49.26%
B = 4.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#7D850C (or 0x7D850C) is known color: Olive. HEX triplet: 7D, 85 and 0C. RGB value is (125,133,12). Sum of RGB (Red+Green+Blue) = 125+133+12=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #7D850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D850C is #827AF3. Grayscale: #757575. Windows color (decimal): -8551156 or 820605. OLE color: 820605.

HSL color Cylindrical-coordinate representation of color #7D850C: hue angle of 63.97º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D850C is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 12 -
CMYK 0.06 0 0.91 0.48
HSL 63.97º 0.83% 0.28% -
HSV(B) 63.97º 0.91% 0.52% -
XYZ 16.91 21.16 3.54 -
YUV 116.81 68.85 133.84 -
System Red Green Blue C M Y K H S L
Decimal 125 133 12 0.06 0 0.91 0.48 63.97 0.83 0.28
Hex 7D 85 C 6 0 5B 30 40 53 1C
Octal 175 205 14 6 0 133 60 100 123 34
Binary 1111101 10000101 1100 110 0 1011011 110000 1000000 1010011 11100

Color Harmonies of #7D850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D850C

Black with #7D850C

Text Example


Text Example

White with #7D850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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