Html Css Color HEX #618717 Olive Drab

📋 copy color: '#618717'

red 97 ◦ green 135 ◦ blue 23

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

Shades of Olive Drab #618717

Tints of Olive Drab #618717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 38.04%
G = 52.94%
B = 9.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#618717 (or 0x618717) is known color: Olive Drab. HEX triplet: 61, 87 and 17. RGB value is (97,135,23). Sum of RGB (Red+Green+Blue) = 97+135+23=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #618717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618717 is #9E78E8. Grayscale: #6F6F6F. Windows color (decimal): -10385641 or 1541985. OLE color: 1541985.

HSL color Cylindrical-coordinate representation of color #618717: hue angle of 80.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #618717 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 135 23 -
CMYK 0.28 0 0.83 0.47
HSL 80.36º 0.71% 0.31% -
HSV(B) 80.36º 0.83% 0.53% -
XYZ 13.75 19.93 3.93 -
YUV 110.87 78.41 118.11 -
System Red Green Blue C M Y K H S L
Decimal 97 135 23 0.28 0 0.83 0.47 80.36 0.71 0.31
Hex 61 87 17 1C 0 53 2F 50 47 1F
Octal 141 207 27 34 0 123 57 120 107 37
Binary 1100001 10000111 10111 11100 0 1010011 101111 1010000 1000111 11111

Color Harmonies of #618717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618717

Black with #618717

Text Example


Text Example

White with #618717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618717; }

 p { color: rgb(97,135,23); }

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

background-color css

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

 a { background-color: rgb(97,135,23); }

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

border-color css

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

 span { border-color: rgb(97,135,23); }

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