Html Css Color HEX #618A05 Olive Drab

📋 copy color: '#618A05'

red 97 ◦ green 138 ◦ blue 5

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

Shades of Olive Drab #618A05

Tints of Olive Drab #618A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 57.5%

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

R = 40.42%
G = 57.5%
B = 2.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#618A05 (or 0x618A05) is known color: Olive Drab. HEX triplet: 61, 8A and 05. RGB value is (97,138,5). Sum of RGB (Red+Green+Blue) = 97+138+5=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #618A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618A05 is #9E75FA. Grayscale: #6F6F6F. Windows color (decimal): -10384891 or 363105. OLE color: 363105.

HSL color Cylindrical-coordinate representation of color #618A05: hue angle of 78.5º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #618A05 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 138 5 -
CMYK 0.30 0 0.96 0.46
HSL 78.5º 0.93% 0.28% -
HSV(B) 78.5º 0.96% 0.54% -
XYZ 14.05 20.73 3.4 -
YUV 110.58 68.42 118.31 -
System Red Green Blue C M Y K H S L
Decimal 97 138 5 0.30 0 0.96 0.46 78.5 0.93 0.28
Hex 61 8A 5 1E 0 60 2E 4E 5D 1C
Octal 141 212 5 36 0 140 56 116 135 34
Binary 1100001 10001010 101 11110 0 1100000 101110 1001110 1011101 11100

Color Harmonies of #618A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A05

Black with #618A05

Text Example


Text Example

White with #618A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618A05; }

 p { color: rgb(97,138,5); }

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

background-color css

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

 a { background-color: rgb(97,138,5); }

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

border-color css

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

 span { border-color: rgb(97,138,5); }

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