Html Css Color HEX #618A1D Olive Drab

📋 copy color: '#618A1D'

red 97 ◦ green 138 ◦ blue 29

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

Shades of Olive Drab #618A1D

Tints of Olive Drab #618A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 36.74%
G = 52.27%
B = 10.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#618A1D (or 0x618A1D) is known color: Olive Drab. HEX triplet: 61, 8A and 1D. RGB value is (97,138,29). Sum of RGB (Red+Green+Blue) = 97+138+29=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #618A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618A1D is #9E75E2. Grayscale: #717171. Windows color (decimal): -10384867 or 1935969. OLE color: 1935969.

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

Color convert

RGB 97 138 29 -
CMYK 0.30 0 0.79 0.46
HSL 82.57º 0.65% 0.33% -
HSV(B) 82.57º 0.79% 0.54% -
XYZ 14.24 20.81 4.43 -
YUV 113.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 97 138 29 0.30 0 0.79 0.46 82.57 0.65 0.33
Hex 61 8A 1D 1E 0 4F 2E 53 41 21
Octal 141 212 35 36 0 117 56 123 101 41
Binary 1100001 10001010 11101 11110 0 1001111 101110 1010011 1000001 100001

Color Harmonies of #618A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A1D

Black with #618A1D

Text Example


Text Example

White with #618A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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