Html Css Color HEX #638719 Olive Drab

📋 copy color: '#638719'

red 99 ◦ green 135 ◦ blue 25

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

Shades of Olive Drab #638719

Tints of Olive Drab #638719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 38.22%
G = 52.12%
B = 9.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#638719 (or 0x638719) is known color: Olive Drab. HEX triplet: 63, 87 and 19. RGB value is (99,135,25). Sum of RGB (Red+Green+Blue) = 99+135+25=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #638719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638719 is #9C78E6. Grayscale: #707070. Windows color (decimal): -10254567 or 1673059. OLE color: 1673059.

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

Color convert

RGB 99 135 25 -
CMYK 0.27 0 0.81 0.47
HSL 79.64º 0.69% 0.31% -
HSV(B) 79.64º 0.81% 0.53% -
XYZ 13.99 20.05 4.05 -
YUV 111.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 99 135 25 0.27 0 0.81 0.47 79.64 0.69 0.31
Hex 63 87 19 1B 0 51 2F 50 45 1F
Octal 143 207 31 33 0 121 57 120 105 37
Binary 1100011 10000111 11001 11011 0 1010001 101111 1010000 1000101 11111

Color Harmonies of #638719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638719

Black with #638719

Text Example


Text Example

White with #638719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638719; }

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

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

background-color css

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

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

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

border-color css

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

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

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