Html Css Color HEX #618328 Olive Drab

📋 copy color: '#618328'

red 97 ◦ green 131 ◦ blue 40

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

Shades of Olive Drab #618328

Tints of Olive Drab #618328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 36.19%
G = 48.88%
B = 14.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#618328 (or 0x618328) is known color: Olive Drab. HEX triplet: 61, 83 and 28. RGB value is (97,131,40). Sum of RGB (Red+Green+Blue) = 97+131+40=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #618328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618328 is #9E7CD7. Grayscale: #6E6E6E. Windows color (decimal): -10386648 or 2655073. OLE color: 2655073.

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

Color convert

RGB 97 131 40 -
CMYK 0.26 0 0.69 0.49
HSL 82.42º 0.53% 0.34% -
HSV(B) 82.42º 0.69% 0.51% -
XYZ 13.43 18.93 4.95 -
YUV 110.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 97 131 40 0.26 0 0.69 0.49 82.42 0.53 0.34
Hex 61 83 28 1A 0 45 31 52 35 22
Octal 141 203 50 32 0 105 61 122 65 42
Binary 1100001 10000011 101000 11010 0 1000101 110001 1010010 110101 100010

Color Harmonies of #618328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618328

Black with #618328

Text Example


Text Example

White with #618328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618328; }

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

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

background-color css

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

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

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

border-color css

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

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

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