Html Css Color HEX #7D9102 Olive

📋 copy color: '#7D9102'

red 125 ◦ green 145 ◦ blue 2

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

Shades of Olive #7D9102

Tints of Olive #7D9102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.31%

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

R = 45.96%
G = 53.31%
B = 0.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#7D9102 (or 0x7D9102) is known color: Olive. HEX triplet: 7D, 91 and 02. RGB value is (125,145,2). Sum of RGB (Red+Green+Blue) = 125+145+2=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9102 is #826EFD. Grayscale: #7B7B7B. Windows color (decimal): -8548094 or 168317. OLE color: 168317.

HSL color Cylindrical-coordinate representation of color #7D9102: hue angle of 68.39º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D9102 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 145 2 -
CMYK 0.14 0 0.99 0.43
HSL 68.39º 0.97% 0.29% -
HSV(B) 68.39º 0.99% 0.57% -
XYZ 18.59 24.62 3.83 -
YUV 122.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 125 145 2 0.14 0 0.99 0.43 68.39 0.97 0.29
Hex 7D 91 2 E 0 63 2B 44 61 1D
Octal 175 221 2 16 0 143 53 104 141 35
Binary 1111101 10010001 10 1110 0 1100011 101011 1000100 1100001 11101

Color Harmonies of #7D9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9102

Black with #7D9102

Text Example


Text Example

White with #7D9102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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