Html Css Color HEX #638502 Olive Drab

📋 copy color: '#638502'

red 99 ◦ green 133 ◦ blue 2

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

Shades of Olive Drab #638502

Tints of Olive Drab #638502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.84%

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

R = 42.31%
G = 56.84%
B = 0.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#638502 (or 0x638502) is known color: Olive Drab. HEX triplet: 63, 85 and 02. RGB value is (99,133,2). Sum of RGB (Red+Green+Blue) = 99+133+2=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #638502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638502 is #9C7AFD. Grayscale: #6C6C6C. Windows color (decimal): -10255102 or 165219. OLE color: 165219.

HSL color Cylindrical-coordinate representation of color #638502: hue angle of 75.57º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #638502 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 2 -
CMYK 0.26 0 0.98 0.48
HSL 75.57º 0.97% 0.26% -
HSV(B) 75.57º 0.98% 0.52% -
XYZ 13.54 19.43 3.09 -
YUV 107.9 68.24 121.65 -
System Red Green Blue C M Y K H S L
Decimal 99 133 2 0.26 0 0.98 0.48 75.57 0.97 0.26
Hex 63 85 2 1A 0 62 30 4C 61 1A
Octal 143 205 2 32 0 142 60 114 141 32
Binary 1100011 10000101 10 11010 0 1100010 110000 1001100 1100001 11010

Color Harmonies of #638502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638502

Black with #638502

Text Example


Text Example

White with #638502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638502; }

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

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

background-color css

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

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

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

border-color css

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

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

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