Html Css Color HEX #638401 Olive

📋 copy color: '#638401'

red 99 ◦ green 132 ◦ blue 1

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

Shades of Olive #638401

Tints of Olive #638401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.9%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 42.67%
G = 56.9%
B = 0.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#638401 (or 0x638401) is known color: Olive. HEX triplet: 63, 84 and 01. RGB value is (99,132,1). Sum of RGB (Red+Green+Blue) = 99+132+1=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #638401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638401 is #9C7BFE. Grayscale: #6B6B6B. Windows color (decimal): -10255359 or 99427. OLE color: 99427.

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

Color convert

RGB 99 132 1 -
CMYK 0.25 0 0.99 0.48
HSL 75.11º 0.98% 0.26% -
HSV(B) 75.11º 0.99% 0.52% -
XYZ 13.4 19.16 3.02 -
YUV 107.2 68.07 122.15 -
System Red Green Blue C M Y K H S L
Decimal 99 132 1 0.25 0 0.99 0.48 75.11 0.98 0.26
Hex 63 84 1 19 0 63 30 4B 62 1A
Octal 143 204 1 31 0 143 60 113 142 32
Binary 1100011 10000100 1 11001 0 1100011 110000 1001011 1100010 11010

Color Harmonies of #638401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638401

Black with #638401

Text Example


Text Example

White with #638401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638401; }

 p { color: rgb(99,132,1); }

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

background-color css

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

 a { background-color: rgb(99,132,1); }

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

border-color css

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

 span { border-color: rgb(99,132,1); }

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