Html Css Color HEX #63810F Olive Drab

📋 copy color: '#63810F'

red 99 ◦ green 129 ◦ blue 15

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

Shades of Olive Drab #63810F

Tints of Olive Drab #63810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.09%

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

R = 40.74%
G = 53.09%
B = 6.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#63810F (or 0x63810F) is known color: Olive Drab. HEX triplet: 63, 81 and 0F. RGB value is (99,129,15). Sum of RGB (Red+Green+Blue) = 99+129+15=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #63810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63810F is #9C7EF0. Grayscale: #6B6B6B. Windows color (decimal): -10256113 or 1016163. OLE color: 1016163.

HSL color Cylindrical-coordinate representation of color #63810F: hue angle of 75.79º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63810F is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 129 15 -
CMYK 0.23 0 0.88 0.49
HSL 75.79º 0.79% 0.28% -
HSV(B) 75.79º 0.88% 0.51% -
XYZ 13.08 18.39 3.31 -
YUV 107.03 76.06 122.27 -
System Red Green Blue C M Y K H S L
Decimal 99 129 15 0.23 0 0.88 0.49 75.79 0.79 0.28
Hex 63 81 F 17 0 58 31 4C 4F 1C
Octal 143 201 17 27 0 130 61 114 117 34
Binary 1100011 10000001 1111 10111 0 1011000 110001 1001100 1001111 11100

Color Harmonies of #63810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63810F

Black with #63810F

Text Example


Text Example

White with #63810F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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