Html Css Color HEX #7D7902 Olive

📋 copy color: '#7D7902'

red 125 ◦ green 121 ◦ blue 2

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

Shades of Olive #7D7902

Tints of Olive #7D7902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.79%

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

R = 50.4%
G = 48.79%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7D7902 (or 0x7D7902) is known color: Olive. HEX triplet: 7D, 79 and 02. RGB value is (125,121,2). Sum of RGB (Red+Green+Blue) = 125+121+2=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7902 is #8286FD. Grayscale: #6D6D6D. Windows color (decimal): -8554238 or 162173. OLE color: 162173.

HSL color Cylindrical-coordinate representation of color #7D7902: hue angle of 58.05º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D7902 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 121 2 -
CMYK 0 0.03 0.98 0.51
HSL 58.05º 0.97% 0.25% -
HSV(B) 58.05º 0.98% 0.49% -
XYZ 15.31 18.04 2.73 -
YUV 108.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 125 121 2 0 0.03 0.98 0.51 58.05 0.97 0.25
Hex 7D 79 2 0 3 62 33 3A 61 19
Octal 175 171 2 0 3 142 63 72 141 31
Binary 1111101 1111001 10 0 11 1100010 110011 111010 1100001 11001

Color Harmonies of #7D7902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7902

Black with #7D7902

Text Example


Text Example

White with #7D7902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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