Html Css Color HEX #7D8308 Olive

📋 copy color: '#7D8308'

red 125 ◦ green 131 ◦ blue 8

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

Shades of Olive #7D8308

Tints of Olive #7D8308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 47.35%
G = 49.62%
B = 3.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#7D8308 (or 0x7D8308) is known color: Olive. HEX triplet: 7D, 83 and 08. RGB value is (125,131,8). Sum of RGB (Red+Green+Blue) = 125+131+8=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #7D8308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8308 is #827CF7. Grayscale: #737373. Windows color (decimal): -8551672 or 557949. OLE color: 557949.

HSL color Cylindrical-coordinate representation of color #7D8308: hue angle of 62.93º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D8308 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 131 8 -
CMYK 0.05 0 0.94 0.49
HSL 62.93º 0.88% 0.27% -
HSV(B) 62.93º 0.94% 0.51% -
XYZ 16.62 20.61 3.33 -
YUV 115.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 125 131 8 0.05 0 0.94 0.49 62.93 0.88 0.27
Hex 7D 83 8 5 0 5E 31 3F 58 1B
Octal 175 203 10 5 0 136 61 77 130 33
Binary 1111101 10000011 1000 101 0 1011110 110001 111111 1011000 11011

Color Harmonies of #7D8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8308

Black with #7D8308

Text Example


Text Example

White with #7D8308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,131,8); }

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

background-color css

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

 a { background-color: rgb(125,131,8); }

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

border-color css

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

 span { border-color: rgb(125,131,8); }

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