Html Css Color HEX #618C1F Olive Drab

📋 copy color: '#618C1F'

red 97 ◦ green 140 ◦ blue 31

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

Shades of Olive Drab #618C1F

Tints of Olive Drab #618C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.24%

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 36.19%
G = 52.24%
B = 11.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#618C1F (or 0x618C1F) is known color: Olive Drab. HEX triplet: 61, 8C and 1F. RGB value is (97,140,31). Sum of RGB (Red+Green+Blue) = 97+140+31=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #618C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618C1F is #9E73E0. Grayscale: #737373. Windows color (decimal): -10384353 or 2067553. OLE color: 2067553.

HSL color Cylindrical-coordinate representation of color #618C1F: hue angle of 83.67º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #618C1F is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 140 31 -
CMYK 0.31 0 0.78 0.45
HSL 83.67º 0.64% 0.34% -
HSV(B) 83.67º 0.78% 0.55% -
XYZ 14.56 21.4 4.66 -
YUV 114.72 80.75 115.36 -
System Red Green Blue C M Y K H S L
Decimal 97 140 31 0.31 0 0.78 0.45 83.67 0.64 0.34
Hex 61 8C 1F 1F 0 4E 2D 54 40 22
Octal 141 214 37 37 0 116 55 124 100 42
Binary 1100001 10001100 11111 11111 0 1001110 101101 1010100 1000000 100010

Color Harmonies of #618C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C1F

Black with #618C1F

Text Example


Text Example

White with #618C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,140,31); }

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

background-color css

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

 a { background-color: rgb(97,140,31); }

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

border-color css

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

 span { border-color: rgb(97,140,31); }

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