Html Css Color HEX #638500 Olive

📋 copy color: '#638500'

red 99 ◦ green 133 ◦ blue 0

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

Shades of Olive #638500

Tints of Olive #638500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.67%
G = 57.33%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#638500 (or 0x638500) is known color: Olive. HEX triplet: 63, 85 and 00. RGB value is (99,133,0). Sum of RGB (Red+Green+Blue) = 99+133+0=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #638500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638500 is #9C7AFF. Grayscale: #6C6C6C. Windows color (decimal): -10255104 or 34147. OLE color: 34147.

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

Color convert

RGB 99 133 0 -
CMYK 0.26 0 1 0.48
HSL 75.34º 1% 0.26% -
HSV(B) 75.34º 1% 0.52% -
XYZ 13.53 19.43 3.04 -
YUV 107.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 99 133 0 0.26 0 1 0.48 75.34 1 0.26
Hex 63 85 0 1A 0 64 30 4B 64 1A
Octal 143 205 0 32 0 144 60 113 144 32
Binary 1100011 10000101 0 11010 0 1100100 110000 1001011 1100100 11010

Color Harmonies of #638500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638500

Black with #638500

Text Example


Text Example

White with #638500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638500; }

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

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

background-color css

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

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

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

border-color css

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

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

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