Html Css Color HEX #528007 Olive Drab

📋 copy color: '#528007'

red 82 ◦ green 128 ◦ blue 7

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

Shades of Olive Drab #528007

Tints of Olive Drab #528007

RGB

 RED value IS 82 (32.42% from 255) = 37.79%

 GREEN value IS 128 (50.39% from 255) = 58.99%

 BLUE value IS 7 (3.13% from 255) = 3.23%

R = 37.79%
G = 58.99%
B = 3.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#528007 (or 0x528007) is known color: Olive Drab. HEX triplet: 52, 80 and 07. RGB value is (82,128,7). Sum of RGB (Red+Green+Blue) = 82+128+7=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #528007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528007 is #AD7FF8. Grayscale: #646464. Windows color (decimal): -11370489 or 491602. OLE color: 491602.

HSL color Cylindrical-coordinate representation of color #528007: hue angle of 82.81º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #528007 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 7 -
CMYK 0.36 0 0.95 0.50
HSL 82.81º 0.9% 0.26% -
HSV(B) 82.81º 0.95% 0.5% -
XYZ 11.24 17.25 2.94 -
YUV 100.45 75.26 114.84 -
System Red Green Blue C M Y K H S L
Decimal 82 128 7 0.36 0 0.95 0.50 82.81 0.9 0.26
Hex 52 80 7 24 0 5F 32 53 5A 1A
Octal 122 200 7 44 0 137 62 123 132 32
Binary 1010010 10000000 111 100100 0 1011111 110010 1010011 1011010 11010

Color Harmonies of #528007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528007

Black with #528007

Text Example


Text Example

White with #528007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528007; }

 p { color: rgb(82,128,7); }

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

background-color css

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

 a { background-color: rgb(82,128,7); }

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

border-color css

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

 span { border-color: rgb(82,128,7); }

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