Html Css Color HEX #618503 Olive Drab

📋 copy color: '#618503'

red 97 ◦ green 133 ◦ blue 3

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

Shades of Olive Drab #618503

Tints of Olive Drab #618503

RGB

 RED value IS 97 (38.28% from 255) = 41.63%

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 41.63%
G = 57.08%
B = 1.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#618503 (or 0x618503) is known color: Olive Drab. HEX triplet: 61, 85 and 03. RGB value is (97,133,3). Sum of RGB (Red+Green+Blue) = 97+133+3=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #618503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618503 is #9E7AFC. Grayscale: #6B6B6B. Windows color (decimal): -10386173 or 230753. OLE color: 230753.

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

Color convert

RGB 97 133 3 -
CMYK 0.27 0 0.98 0.48
HSL 76.62º 0.96% 0.27% -
HSV(B) 76.62º 0.98% 0.52% -
XYZ 13.33 19.32 3.11 -
YUV 107.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 97 133 3 0.27 0 0.98 0.48 76.62 0.96 0.27
Hex 61 85 3 1B 0 62 30 4D 60 1B
Octal 141 205 3 33 0 142 60 115 140 33
Binary 1100001 10000101 11 11011 0 1100010 110000 1001101 1100000 11011

Color Harmonies of #618503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618503

Black with #618503

Text Example


Text Example

White with #618503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618503; }

 p { color: rgb(97,133,3); }

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

background-color css

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

 a { background-color: rgb(97,133,3); }

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

border-color css

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

 span { border-color: rgb(97,133,3); }

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