Html Css Color HEX #63850C Olive Drab

📋 copy color: '#63850C'

red 99 ◦ green 133 ◦ blue 12

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

Shades of Olive Drab #63850C

Tints of Olive Drab #63850C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 40.57%
G = 54.51%
B = 4.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#63850C (or 0x63850C) is known color: Olive Drab. HEX triplet: 63, 85 and 0C. RGB value is (99,133,12). Sum of RGB (Red+Green+Blue) = 99+133+12=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #63850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63850C is #9C7AF3. Grayscale: #6D6D6D. Windows color (decimal): -10255092 or 820579. OLE color: 820579.

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

Color convert

RGB 99 133 12 -
CMYK 0.26 0 0.91 0.48
HSL 76.86º 0.83% 0.28% -
HSV(B) 76.86º 0.91% 0.52% -
XYZ 13.6 19.45 3.39 -
YUV 109.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 99 133 12 0.26 0 0.91 0.48 76.86 0.83 0.28
Hex 63 85 C 1A 0 5B 30 4D 53 1C
Octal 143 205 14 32 0 133 60 115 123 34
Binary 1100011 10000101 1100 11010 0 1011011 110000 1001101 1010011 11100

Color Harmonies of #63850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63850C

Black with #63850C

Text Example


Text Example

White with #63850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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