Html Css Color HEX #638507 Olive Drab

📋 copy color: '#638507'

red 99 ◦ green 133 ◦ blue 7

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

Shades of Olive Drab #638507

Tints of Olive Drab #638507

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

 BLUE value IS 7 (3.13% from 255) = 2.93%

R = 41.42%
G = 55.65%
B = 2.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#638507 (or 0x638507) is known color: Olive Drab. HEX triplet: 63, 85 and 07. RGB value is (99,133,7). Sum of RGB (Red+Green+Blue) = 99+133+7=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #638507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638507 is #9C7AF8. Grayscale: #6C6C6C. Windows color (decimal): -10255097 or 492899. OLE color: 492899.

HSL color Cylindrical-coordinate representation of color #638507: hue angle of 76.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #638507 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 7 -
CMYK 0.26 0 0.95 0.48
HSL 76.19º 0.9% 0.27% -
HSV(B) 76.19º 0.95% 0.52% -
XYZ 13.57 19.44 3.24 -
YUV 108.47 70.74 121.25 -
System Red Green Blue C M Y K H S L
Decimal 99 133 7 0.26 0 0.95 0.48 76.19 0.9 0.27
Hex 63 85 7 1A 0 5F 30 4C 5A 1B
Octal 143 205 7 32 0 137 60 114 132 33
Binary 1100011 10000101 111 11010 0 1011111 110000 1001100 1011010 11011

Color Harmonies of #638507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638507

Black with #638507

Text Example


Text Example

White with #638507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638507; }

 p { color: rgb(99,133,7); }

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

background-color css

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

 a { background-color: rgb(99,133,7); }

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

border-color css

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

 span { border-color: rgb(99,133,7); }

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