Html Css Color HEX #638615 Olive Drab

📋 copy color: '#638615'

red 99 ◦ green 134 ◦ blue 21

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

Shades of Olive Drab #638615

Tints of Olive Drab #638615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.76%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 38.98%
G = 52.76%
B = 8.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#638615 (or 0x638615) is known color: Olive Drab. HEX triplet: 63, 86 and 15. RGB value is (99,134,21). Sum of RGB (Red+Green+Blue) = 99+134+21=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #638615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638615 is #9C79EA. Grayscale: #6F6F6F. Windows color (decimal): -10254827 or 1410659. OLE color: 1410659.

HSL color Cylindrical-coordinate representation of color #638615: hue angle of 78.58º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #638615 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 134 21 -
CMYK 0.26 0 0.84 0.47
HSL 78.58º 0.73% 0.3% -
HSV(B) 78.58º 0.84% 0.53% -
XYZ 13.81 19.76 3.8 -
YUV 110.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 99 134 21 0.26 0 0.84 0.47 78.58 0.73 0.3
Hex 63 86 15 1A 0 54 2F 4F 49 1E
Octal 143 206 25 32 0 124 57 117 111 36
Binary 1100011 10000110 10101 11010 0 1010100 101111 1001111 1001001 11110

Color Harmonies of #638615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638615

Black with #638615

Text Example


Text Example

White with #638615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638615; }

 p { color: rgb(99,134,21); }

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

background-color css

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

 a { background-color: rgb(99,134,21); }

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

border-color css

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

 span { border-color: rgb(99,134,21); }

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