Html Css Color HEX #639002 Olive Drab

📋 copy color: '#639002'

red 99 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #639002

Tints of Olive Drab #639002

RGB

 RED value IS 99 (39.06% from 255) = 40.41%

 GREEN value IS 144 (56.64% from 255) = 58.78%

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

R = 40.41%
G = 58.78%
B = 0.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#639002 (or 0x639002) is known color: Olive Drab. HEX triplet: 63, 90 and 02. RGB value is (99,144,2). Sum of RGB (Red+Green+Blue) = 99+144+2=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #639002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639002 is #9C6FFD. Grayscale: #727272. Windows color (decimal): -10252286 or 168035. OLE color: 168035.

HSL color Cylindrical-coordinate representation of color #639002: hue angle of 79.01º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #639002 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 2 -
CMYK 0.31 0 0.99 0.44
HSL 79.01º 0.97% 0.29% -
HSV(B) 79.01º 0.99% 0.56% -
XYZ 15.13 22.6 3.62 -
YUV 114.36 64.59 117.05 -
System Red Green Blue C M Y K H S L
Decimal 99 144 2 0.31 0 0.99 0.44 79.01 0.97 0.29
Hex 63 90 2 1F 0 63 2C 4F 61 1D
Octal 143 220 2 37 0 143 54 117 141 35
Binary 1100011 10010000 10 11111 0 1100011 101100 1001111 1100001 11101

Color Harmonies of #639002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639002

Black with #639002

Text Example


Text Example

White with #639002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639002; }

 p { color: rgb(99,144,2); }

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

background-color css

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

 a { background-color: rgb(99,144,2); }

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

border-color css

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

 span { border-color: rgb(99,144,2); }

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