Html Css Color HEX #638105 Olive Drab

📋 copy color: '#638105'

red 99 ◦ green 129 ◦ blue 5

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

Shades of Olive Drab #638105

Tints of Olive Drab #638105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.36%

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 42.49%
G = 55.36%
B = 2.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#638105 (or 0x638105) is known color: Olive Drab. HEX triplet: 63, 81 and 05. RGB value is (99,129,5). Sum of RGB (Red+Green+Blue) = 99+129+5=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #638105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638105 is #9C7EFA. Grayscale: #6A6A6A. Windows color (decimal): -10256123 or 360803. OLE color: 360803.

HSL color Cylindrical-coordinate representation of color #638105: hue angle of 74.52º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #638105 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 129 5 -
CMYK 0.23 0 0.96 0.49
HSL 74.52º 0.93% 0.26% -
HSV(B) 74.52º 0.96% 0.51% -
XYZ 13.02 18.36 3 -
YUV 105.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 99 129 5 0.23 0 0.96 0.49 74.52 0.93 0.26
Hex 63 81 5 17 0 60 31 4B 5D 1A
Octal 143 201 5 27 0 140 61 113 135 32
Binary 1100011 10000001 101 10111 0 1100000 110001 1001011 1011101 11010

Color Harmonies of #638105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638105

Black with #638105

Text Example


Text Example

White with #638105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638105; }

 p { color: rgb(99,129,5); }

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

background-color css

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

 a { background-color: rgb(99,129,5); }

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

border-color css

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

 span { border-color: rgb(99,129,5); }

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