Html Css Color HEX #618F10 Olive Drab

📋 copy color: '#618F10'

red 97 ◦ green 143 ◦ blue 16

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

Shades of Olive Drab #618F10

Tints of Olive Drab #618F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 55.86%

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 37.89%
G = 55.86%
B = 6.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#618F10 (or 0x618F10) is known color: Olive Drab. HEX triplet: 61, 8F and 10. RGB value is (97,143,16). Sum of RGB (Red+Green+Blue) = 97+143+16=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 143 (56.25% from 255 or 55.86% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 143 - color contains mainly: green. Hex color #618F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618F10 is #9E70EF. Grayscale: #737373. Windows color (decimal): -10383600 or 1085281. OLE color: 1085281.

HSL color Cylindrical-coordinate representation of color #618F10: hue angle of 81.73º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #618F10 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 143 16 -
CMYK 0.32 0 0.89 0.44
HSL 81.73º 0.8% 0.31% -
HSV(B) 81.73º 0.89% 0.56% -
XYZ 14.85 22.22 4 -
YUV 114.77 72.26 115.33 -
System Red Green Blue C M Y K H S L
Decimal 97 143 16 0.32 0 0.89 0.44 81.73 0.8 0.31
Hex 61 8F 10 20 0 59 2C 52 50 1F
Octal 141 217 20 40 0 131 54 122 120 37
Binary 1100001 10001111 10000 100000 0 1011001 101100 1010010 1010000 11111

Color Harmonies of #618F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618F10

Black with #618F10

Text Example


Text Example

White with #618F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,143,16); }

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

background-color css

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

 a { background-color: rgb(97,143,16); }

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

border-color css

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

 span { border-color: rgb(97,143,16); }

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