Html Css Color HEX #5A9302 Olive Drab

📋 copy color: '#5A9302'

red 90 ◦ green 147 ◦ blue 2

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

Shades of Olive Drab #5A9302

Tints of Olive Drab #5A9302

RGB

 RED value IS 90 (35.55% from 255) = 37.66%

 GREEN value IS 147 (57.81% from 255) = 61.51%

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

R = 37.66%
G = 61.51%
B = 0.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#5A9302 (or 0x5A9302) is known color: Olive Drab. HEX triplet: 5A, 93 and 02. RGB value is (90,147,2). Sum of RGB (Red+Green+Blue) = 90+147+2=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9302 is #A56CFD. Grayscale: #717171. Windows color (decimal): -10841342 or 168794. OLE color: 168794.

HSL color Cylindrical-coordinate representation of color #5A9302: hue angle of 83.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A9302 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 147 2 -
CMYK 0.39 0 0.99 0.42
HSL 83.59º 0.97% 0.29% -
HSV(B) 83.59º 0.99% 0.58% -
XYZ 14.66 23.05 3.73 -
YUV 113.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 90 147 2 0.39 0 0.99 0.42 83.59 0.97 0.29
Hex 5A 93 2 27 0 63 2A 54 61 1D
Octal 132 223 2 47 0 143 52 124 141 35
Binary 1011010 10010011 10 100111 0 1100011 101010 1010100 1100001 11101

Color Harmonies of #5A9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9302

Black with #5A9302

Text Example


Text Example

White with #5A9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A9302; }

 p { color: rgb(90,147,2); }

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

background-color css

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

 a { background-color: rgb(90,147,2); }

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

border-color css

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

 span { border-color: rgb(90,147,2); }

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