Html Css Color HEX #7D8F06 Olive

📋 copy color: '#7D8F06'

red 125 ◦ green 143 ◦ blue 6

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

Shades of Olive #7D8F06

Tints of Olive #7D8F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.19%

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

R = 45.62%
G = 52.19%
B = 2.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#7D8F06 (or 0x7D8F06) is known color: Olive. HEX triplet: 7D, 8F and 06. RGB value is (125,143,6). Sum of RGB (Red+Green+Blue) = 125+143+6=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8F06 is #8270F9. Grayscale: #7A7A7A. Windows color (decimal): -8548602 or 429949. OLE color: 429949.

HSL color Cylindrical-coordinate representation of color #7D8F06: hue angle of 67.88º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D8F06 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 143 6 -
CMYK 0.13 0 0.96 0.44
HSL 67.88º 0.92% 0.29% -
HSV(B) 67.88º 0.96% 0.56% -
XYZ 18.31 24.02 3.84 -
YUV 122 62.54 130.14 -
System Red Green Blue C M Y K H S L
Decimal 125 143 6 0.13 0 0.96 0.44 67.88 0.92 0.29
Hex 7D 8F 6 D 0 60 2C 44 5C 1D
Octal 175 217 6 15 0 140 54 104 134 35
Binary 1111101 10001111 110 1101 0 1100000 101100 1000100 1011100 11101

Color Harmonies of #7D8F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8F06

Black with #7D8F06

Text Example


Text Example

White with #7D8F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,143,6); }

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

background-color css

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

 a { background-color: rgb(125,143,6); }

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

border-color css

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

 span { border-color: rgb(125,143,6); }

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