Html Css Color HEX #618C10 Olive Drab

📋 copy color: '#618C10'

red 97 ◦ green 140 ◦ blue 16

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

Shades of Olive Drab #618C10

Tints of Olive Drab #618C10

RGB

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

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

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

R = 38.34%
G = 55.34%
B = 6.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#618C10 (or 0x618C10) is known color: Olive Drab. HEX triplet: 61, 8C and 10. RGB value is (97,140,16). Sum of RGB (Red+Green+Blue) = 97+140+16=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #618C10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618C10 is #9E73EF. Grayscale: #717171. Windows color (decimal): -10384368 or 1084513. OLE color: 1084513.

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

Color convert

RGB 97 140 16 -
CMYK 0.31 0 0.89 0.45
HSL 80.81º 0.79% 0.31% -
HSV(B) 80.81º 0.89% 0.55% -
XYZ 14.4 21.33 3.85 -
YUV 113.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 97 140 16 0.31 0 0.89 0.45 80.81 0.79 0.31
Hex 61 8C 10 1F 0 59 2D 51 4F 1F
Octal 141 214 20 37 0 131 55 121 117 37
Binary 1100001 10001100 10000 11111 0 1011001 101101 1010001 1001111 11111

Color Harmonies of #618C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C10

Black with #618C10

Text Example


Text Example

White with #618C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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