Html Css Color HEX #638F1B Olive Drab

📋 copy color: '#638F1B'

red 99 ◦ green 143 ◦ blue 27

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

Shades of Olive Drab #638F1B

Tints of Olive Drab #638F1B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.16%

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 36.8%
G = 53.16%
B = 10.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#638F1B (or 0x638F1B) is known color: Olive Drab. HEX triplet: 63, 8F and 1B. RGB value is (99,143,27). Sum of RGB (Red+Green+Blue) = 99+143+27=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #638F1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638F1B is #9C70E4. Grayscale: #757575. Windows color (decimal): -10252517 or 1806179. OLE color: 1806179.

HSL color Cylindrical-coordinate representation of color #638F1B: hue angle of 82.76º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #638F1B is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 143 27 -
CMYK 0.31 0 0.81 0.44
HSL 82.76º 0.68% 0.33% -
HSV(B) 82.76º 0.81% 0.56% -
XYZ 15.17 22.38 4.56 -
YUV 116.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 99 143 27 0.31 0 0.81 0.44 82.76 0.68 0.33
Hex 63 8F 1B 1F 0 51 2C 53 44 21
Octal 143 217 33 37 0 121 54 123 104 41
Binary 1100011 10001111 11011 11111 0 1010001 101100 1010011 1000100 100001

Color Harmonies of #638F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F1B

Black with #638F1B

Text Example


Text Example

White with #638F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638F1B; }

 p { color: rgb(99,143,27); }

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

background-color css

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

 a { background-color: rgb(99,143,27); }

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

border-color css

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

 span { border-color: rgb(99,143,27); }

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