Html Css Color HEX #638800 Olive Drab

📋 copy color: '#638800'

red 99 ◦ green 136 ◦ blue 0

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

Shades of Olive Drab #638800

Tints of Olive Drab #638800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.13%
G = 57.87%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#638800 (or 0x638800) is known color: Olive Drab. HEX triplet: 63, 88 and 00. RGB value is (99,136,0). Sum of RGB (Red+Green+Blue) = 99+136+0=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #638800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638800 is #9C77FF. Grayscale: #6D6D6D. Windows color (decimal): -10254336 or 34915. OLE color: 34915.

HSL color Cylindrical-coordinate representation of color #638800: hue angle of 76.32º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #638800 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 0 -
CMYK 0.27 0 1 0.47
HSL 76.32º 1% 0.27% -
HSV(B) 76.32º 1% 0.53% -
XYZ 13.95 20.26 3.18 -
YUV 109.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 99 136 0 0.27 0 1 0.47 76.32 1 0.27
Hex 63 88 0 1B 0 64 2F 4C 64 1B
Octal 143 210 0 33 0 144 57 114 144 33
Binary 1100011 10001000 0 11011 0 1100100 101111 1001100 1100100 11011

Color Harmonies of #638800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638800

Black with #638800

Text Example


Text Example

White with #638800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638800; }

 p { color: rgb(99,136,0); }

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

background-color css

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

 a { background-color: rgb(99,136,0); }

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

border-color css

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

 span { border-color: rgb(99,136,0); }

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