Html Css Color HEX #618700 Olive Drab

📋 copy color: '#618700'

red 97 ◦ green 135 ◦ blue 0

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

Shades of Olive Drab #618700

Tints of Olive Drab #618700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.81%
G = 58.19%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#618700 (or 0x618700) is known color: Olive Drab. HEX triplet: 61, 87 and 00. RGB value is (97,135,0). Sum of RGB (Red+Green+Blue) = 97+135+0=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #618700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618700 is #9E78FF. Grayscale: #6C6C6C. Windows color (decimal): -10385664 or 34657. OLE color: 34657.

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

Color convert

RGB 97 135 0 -
CMYK 0.28 0 1 0.47
HSL 76.89º 1% 0.26% -
HSV(B) 76.89º 1% 0.53% -
XYZ 13.59 19.87 3.12 -
YUV 108.25 66.91 119.98 -
System Red Green Blue C M Y K H S L
Decimal 97 135 0 0.28 0 1 0.47 76.89 1 0.26
Hex 61 87 0 1C 0 64 2F 4D 64 1A
Octal 141 207 0 34 0 144 57 115 144 32
Binary 1100001 10000111 0 11100 0 1100100 101111 1001101 1100100 11010

Color Harmonies of #618700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618700

Black with #618700

Text Example


Text Example

White with #618700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618700; }

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

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

background-color css

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

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

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

border-color css

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

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

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