Html Css Color HEX #618502 Olive Drab

📋 copy color: '#618502'

red 97 ◦ green 133 ◦ blue 2

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

Shades of Olive Drab #618502

Tints of Olive Drab #618502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 41.81%
G = 57.33%
B = 0.86%

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

#618502 (or 0x618502) is known color: Olive Drab. HEX triplet: 61, 85 and 02. RGB value is (97,133,2). Sum of RGB (Red+Green+Blue) = 97+133+2=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #618502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618502 is #9E7AFD. Grayscale: #6B6B6B. Windows color (decimal): -10386174 or 165217. OLE color: 165217.

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

Color convert

RGB 97 133 2 -
CMYK 0.27 0 0.98 0.48
HSL 76.49º 0.97% 0.26% -
HSV(B) 76.49º 0.98% 0.52% -
XYZ 13.33 19.32 3.08 -
YUV 107.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 97 133 2 0.27 0 0.98 0.48 76.49 0.97 0.26
Hex 61 85 2 1B 0 62 30 4C 61 1A
Octal 141 205 2 33 0 142 60 114 141 32
Binary 1100001 10000101 10 11011 0 1100010 110000 1001100 1100001 11010

Color Harmonies of #618502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618502

Black with #618502

Text Example


Text Example

White with #618502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618502; }

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

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

background-color css

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

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

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

border-color css

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

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

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