Html Css Color HEX #618718 Olive Drab

📋 copy color: '#618718'

red 97 ◦ green 135 ◦ blue 24

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

Shades of Olive Drab #618718

Tints of Olive Drab #618718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 37.89%
G = 52.73%
B = 9.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#618718 (or 0x618718) is known color: Olive Drab. HEX triplet: 61, 87 and 18. RGB value is (97,135,24). Sum of RGB (Red+Green+Blue) = 97+135+24=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #618718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618718 is #9E78E7. Grayscale: #6F6F6F. Windows color (decimal): -10385640 or 1607521. OLE color: 1607521.

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

Color convert

RGB 97 135 24 -
CMYK 0.28 0 0.82 0.47
HSL 80.54º 0.7% 0.31% -
HSV(B) 80.54º 0.82% 0.53% -
XYZ 13.76 19.94 3.99 -
YUV 110.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 97 135 24 0.28 0 0.82 0.47 80.54 0.7 0.31
Hex 61 87 18 1C 0 52 2F 51 46 1F
Octal 141 207 30 34 0 122 57 121 106 37
Binary 1100001 10000111 11000 11100 0 1010010 101111 1010001 1000110 11111

Color Harmonies of #618718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618718

Black with #618718

Text Example


Text Example

White with #618718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618718; }

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

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

background-color css

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

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

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

border-color css

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

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

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