Html Css Color HEX #638110 Olive Drab

📋 copy color: '#638110'

red 99 ◦ green 129 ◦ blue 16

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

Shades of Olive Drab #638110

Tints of Olive Drab #638110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 40.57%
G = 52.87%
B = 6.56%

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

#638110 (or 0x638110) is known color: Olive Drab. HEX triplet: 63, 81 and 10. RGB value is (99,129,16). Sum of RGB (Red+Green+Blue) = 99+129+16=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #638110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638110 is #9C7EEF. Grayscale: #6B6B6B. Windows color (decimal): -10256112 or 1081699. OLE color: 1081699.

HSL color Cylindrical-coordinate representation of color #638110: hue angle of 75.93º degrees, saturation: 0.78, 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 #638110 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 129 16 -
CMYK 0.23 0 0.88 0.49
HSL 75.93º 0.78% 0.28% -
HSV(B) 75.93º 0.88% 0.51% -
XYZ 13.09 18.39 3.35 -
YUV 107.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 99 129 16 0.23 0 0.88 0.49 75.93 0.78 0.28
Hex 63 81 10 17 0 58 31 4C 4E 1C
Octal 143 201 20 27 0 130 61 114 116 34
Binary 1100011 10000001 10000 10111 0 1011000 110001 1001100 1001110 11100

Color Harmonies of #638110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638110

Black with #638110

Text Example


Text Example

White with #638110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638110; }

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

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

background-color css

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

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

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

border-color css

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

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

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