Html Css Color HEX #7D8702 Olive

📋 copy color: '#7D8702'

red 125 ◦ green 135 ◦ blue 2

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

Shades of Olive #7D8702

Tints of Olive #7D8702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.53%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 47.71%
G = 51.53%
B = 0.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#7D8702 (or 0x7D8702) is known color: Olive. HEX triplet: 7D, 87 and 02. RGB value is (125,135,2). Sum of RGB (Red+Green+Blue) = 125+135+2=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8702 is #8278FD. Grayscale: #757575. Windows color (decimal): -8550654 or 165757. OLE color: 165757.

HSL color Cylindrical-coordinate representation of color #7D8702: hue angle of 64.51º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D8702 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 135 2 -
CMYK 0.07 0 0.99 0.47
HSL 64.51º 0.97% 0.27% -
HSV(B) 64.51º 0.99% 0.53% -
XYZ 17.13 21.69 3.34 -
YUV 116.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 125 135 2 0.07 0 0.99 0.47 64.51 0.97 0.27
Hex 7D 87 2 7 0 63 2F 41 61 1B
Octal 175 207 2 7 0 143 57 101 141 33
Binary 1111101 10000111 10 111 0 1100011 101111 1000001 1100001 11011

Color Harmonies of #7D8702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8702

Black with #7D8702

Text Example


Text Example

White with #7D8702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,135,2); }

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

background-color css

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

 a { background-color: rgb(125,135,2); }

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

border-color css

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

 span { border-color: rgb(125,135,2); }

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