Html Css Color HEX #63880F Olive Drab

📋 copy color: '#63880F'

red 99 ◦ green 136 ◦ blue 15

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

Shades of Olive Drab #63880F

Tints of Olive Drab #63880F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6%

R = 39.6%
G = 54.4%
B = 6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#63880F (or 0x63880F) is known color: Olive Drab. HEX triplet: 63, 88 and 0F. RGB value is (99,136,15). Sum of RGB (Red+Green+Blue) = 99+136+15=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #63880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63880F is #9C77F0. Grayscale: #6F6F6F. Windows color (decimal): -10254321 or 1017955. OLE color: 1017955.

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

Color convert

RGB 99 136 15 -
CMYK 0.27 0 0.89 0.47
HSL 78.35º 0.8% 0.3% -
HSV(B) 78.35º 0.89% 0.53% -
XYZ 14.04 20.3 3.63 -
YUV 111.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 99 136 15 0.27 0 0.89 0.47 78.35 0.8 0.3
Hex 63 88 F 1B 0 59 2F 4E 50 1E
Octal 143 210 17 33 0 131 57 116 120 36
Binary 1100011 10001000 1111 11011 0 1011001 101111 1001110 1010000 11110

Color Harmonies of #63880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63880F

Black with #63880F

Text Example


Text Example

White with #63880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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