Html Css Color HEX #638725 Olive Drab

📋 copy color: '#638725'

red 99 ◦ green 135 ◦ blue 37

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

Shades of Olive Drab #638725

Tints of Olive Drab #638725

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.82%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 36.53%
G = 49.82%
B = 13.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#638725 (or 0x638725) is known color: Olive Drab. HEX triplet: 63, 87 and 25. RGB value is (99,135,37). Sum of RGB (Red+Green+Blue) = 99+135+37=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #638725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638725 is #9C78DA. Grayscale: #717171. Windows color (decimal): -10254555 or 2459491. OLE color: 2459491.

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

Color convert

RGB 99 135 37 -
CMYK 0.27 0 0.73 0.47
HSL 82.04º 0.57% 0.34% -
HSV(B) 82.04º 0.73% 0.53% -
XYZ 14.14 20.11 4.89 -
YUV 113.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 99 135 37 0.27 0 0.73 0.47 82.04 0.57 0.34
Hex 63 87 25 1B 0 49 2F 52 39 22
Octal 143 207 45 33 0 111 57 122 71 42
Binary 1100011 10000111 100101 11011 0 1001001 101111 1010010 111001 100010

Color Harmonies of #638725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638725

Black with #638725

Text Example


Text Example

White with #638725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638725; }

 p { color: rgb(99,135,37); }

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

background-color css

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

 a { background-color: rgb(99,135,37); }

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

border-color css

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

 span { border-color: rgb(99,135,37); }

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