Html Css Color HEX #618724 Olive Drab

📋 copy color: '#618724'

red 97 ◦ green 135 ◦ blue 36

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

Shades of Olive Drab #618724

Tints of Olive Drab #618724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 36.19%
G = 50.37%
B = 13.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#618724 (or 0x618724) is known color: Olive Drab. HEX triplet: 61, 87 and 24. RGB value is (97,135,36). Sum of RGB (Red+Green+Blue) = 97+135+36=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #618724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618724 is #9E78DB. Grayscale: #707070. Windows color (decimal): -10385628 or 2393953. OLE color: 2393953.

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

Color convert

RGB 97 135 36 -
CMYK 0.28 0 0.73 0.47
HSL 83.03º 0.58% 0.34% -
HSV(B) 83.03º 0.73% 0.53% -
XYZ 13.91 20 4.8 -
YUV 112.35 84.91 117.05 -
System Red Green Blue C M Y K H S L
Decimal 97 135 36 0.28 0 0.73 0.47 83.03 0.58 0.34
Hex 61 87 24 1C 0 49 2F 53 3A 22
Octal 141 207 44 34 0 111 57 123 72 42
Binary 1100001 10000111 100100 11100 0 1001001 101111 1010011 111010 100010

Color Harmonies of #618724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618724

Black with #618724

Text Example


Text Example

White with #618724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618724; }

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

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

background-color css

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

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

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

border-color css

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

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

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