Html Css Color HEX #63840C Olive Drab

📋 copy color: '#63840C'

red 99 ◦ green 132 ◦ blue 12

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

Shades of Olive Drab #63840C

Tints of Olive Drab #63840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.32%

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

R = 40.74%
G = 54.32%
B = 4.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#63840C (or 0x63840C) is known color: Olive Drab. HEX triplet: 63, 84 and 0C. RGB value is (99,132,12). Sum of RGB (Red+Green+Blue) = 99+132+12=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #63840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63840C is #9C7BF3. Grayscale: #6C6C6C. Windows color (decimal): -10255348 or 820323. OLE color: 820323.

HSL color Cylindrical-coordinate representation of color #63840C: hue angle of 76.5º 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 #63840C is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 12 -
CMYK 0.25 0 0.91 0.48
HSL 76.5º 0.83% 0.28% -
HSV(B) 76.5º 0.91% 0.52% -
XYZ 13.46 19.18 3.34 -
YUV 108.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 99 132 12 0.25 0 0.91 0.48 76.5 0.83 0.28
Hex 63 84 C 19 0 5B 30 4C 53 1C
Octal 143 204 14 31 0 133 60 114 123 34
Binary 1100011 10000100 1100 11001 0 1011011 110000 1001100 1010011 11100

Color Harmonies of #63840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63840C

Black with #63840C

Text Example


Text Example

White with #63840C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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