Html Css Color HEX #61854C Glade Green

📋 copy color: '#61854C'

red 97 ◦ green 133 ◦ blue 76

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

Shades of Glade Green #61854C

Tints of Glade Green #61854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.46%

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 31.7%
G = 43.46%
B = 24.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#61854C (or 0x61854C) is known color: Glade Green. HEX triplet: 61, 85 and 4C. RGB value is (97,133,76). Sum of RGB (Red+Green+Blue) = 97+133+76=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #61854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61854C is #9E7AB3. Grayscale: #737373. Windows color (decimal): -10386100 or 5014881. OLE color: 5014881.

HSL color Cylindrical-coordinate representation of color #61854C: hue angle of 97.89º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61854C is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 133 76 -
CMYK 0.27 0 0.43 0.48
HSL 97.89º 0.27% 0.41% -
HSV(B) 97.89º 0.43% 0.52% -
XYZ 14.62 19.84 9.9 -
YUV 115.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 97 133 76 0.27 0 0.43 0.48 97.89 0.27 0.41
Hex 61 85 4C 1B 0 2B 30 62 1B 29
Octal 141 205 114 33 0 53 60 142 33 51
Binary 1100001 10000101 1001100 11011 0 101011 110000 1100010 11011 101001

Color Harmonies of #61854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61854C

Black with #61854C

Text Example


Text Example

White with #61854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61854C; }

 p { color: rgb(97,133,76); }

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

background-color css

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

 a { background-color: rgb(97,133,76); }

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

border-color css

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

 span { border-color: rgb(97,133,76); }

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