Html Css Color HEX #639303 Olive Drab

📋 copy color: '#639303'

red 99 ◦ green 147 ◦ blue 3

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

Shades of Olive Drab #639303

Tints of Olive Drab #639303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 39.76%
G = 59.04%
B = 1.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#639303 (or 0x639303) is known color: Olive Drab. HEX triplet: 63, 93 and 03. RGB value is (99,147,3). Sum of RGB (Red+Green+Blue) = 99+147+3=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #639303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639303 is #9C6CFC. Grayscale: #747474. Windows color (decimal): -10251517 or 234339. OLE color: 234339.

HSL color Cylindrical-coordinate representation of color #639303: hue angle of 80º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #639303 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 3 -
CMYK 0.33 0 0.98 0.42
HSL 80º 0.96% 0.29% -
HSV(B) 80º 0.98% 0.58% -
XYZ 15.6 23.53 3.81 -
YUV 116.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 99 147 3 0.33 0 0.98 0.42 80 0.96 0.29
Hex 63 93 3 21 0 62 2A 50 60 1D
Octal 143 223 3 41 0 142 52 120 140 35
Binary 1100011 10010011 11 100001 0 1100010 101010 1010000 1100000 11101

Color Harmonies of #639303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639303

Black with #639303

Text Example


Text Example

White with #639303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639303; }

 p { color: rgb(99,147,3); }

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

background-color css

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

 a { background-color: rgb(99,147,3); }

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

border-color css

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

 span { border-color: rgb(99,147,3); }

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