Html Css Color HEX #618316 Olive Drab

📋 copy color: '#618316'

red 97 ◦ green 131 ◦ blue 22

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

Shades of Olive Drab #618316

Tints of Olive Drab #618316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 38.8%
G = 52.4%
B = 8.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#618316 (or 0x618316) is known color: Olive Drab. HEX triplet: 61, 83 and 16. RGB value is (97,131,22). Sum of RGB (Red+Green+Blue) = 97+131+22=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #618316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618316 is #9E7CE9. Grayscale: #6C6C6C. Windows color (decimal): -10386666 or 1475425. OLE color: 1475425.

HSL color Cylindrical-coordinate representation of color #618316: hue angle of 78.72º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #618316 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 22 -
CMYK 0.26 0 0.83 0.49
HSL 78.72º 0.71% 0.3% -
HSV(B) 78.72º 0.83% 0.51% -
XYZ 13.19 18.83 3.7 -
YUV 108.41 79.24 119.86 -
System Red Green Blue C M Y K H S L
Decimal 97 131 22 0.26 0 0.83 0.49 78.72 0.71 0.3
Hex 61 83 16 1A 0 53 31 4F 47 1E
Octal 141 203 26 32 0 123 61 117 107 36
Binary 1100001 10000011 10110 11010 0 1010011 110001 1001111 1000111 11110

Color Harmonies of #618316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618316

Black with #618316

Text Example


Text Example

White with #618316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618316; }

 p { color: rgb(97,131,22); }

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

background-color css

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

 a { background-color: rgb(97,131,22); }

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

border-color css

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

 span { border-color: rgb(97,131,22); }

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