Html Css Color HEX #618223 Olive Drab

📋 copy color: '#618223'

red 97 ◦ green 130 ◦ blue 35

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

Shades of Olive Drab #618223

Tints of Olive Drab #618223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.62%

 BLUE value IS 35 (14.06% from 255) = 13.36%

R = 37.02%
G = 49.62%
B = 13.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#618223 (or 0x618223) is known color: Olive Drab. HEX triplet: 61, 82 and 23. RGB value is (97,130,35). Sum of RGB (Red+Green+Blue) = 97+130+35=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #618223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618223 is #9E7DDC. Grayscale: #6D6D6D. Windows color (decimal): -10386909 or 2327137. OLE color: 2327137.

HSL color Cylindrical-coordinate representation of color #618223: hue angle of 80.84º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #618223 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 35 -
CMYK 0.25 0 0.73 0.49
HSL 80.84º 0.58% 0.32% -
HSV(B) 80.84º 0.73% 0.51% -
XYZ 13.22 18.63 4.49 -
YUV 109.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 97 130 35 0.25 0 0.73 0.49 80.84 0.58 0.32
Hex 61 82 23 19 0 49 31 51 3A 20
Octal 141 202 43 31 0 111 61 121 72 40
Binary 1100001 10000010 100011 11001 0 1001001 110001 1010001 111010 100000

Color Harmonies of #618223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618223

Black with #618223

Text Example


Text Example

White with #618223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618223; }

 p { color: rgb(97,130,35); }

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

background-color css

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

 a { background-color: rgb(97,130,35); }

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

border-color css

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

 span { border-color: rgb(97,130,35); }

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