Html Css Color HEX #66914B Glade Green

📋 copy color: '#66914B'

red 102 ◦ green 145 ◦ blue 75

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

Shades of Glade Green #66914B

Tints of Glade Green #66914B

RGB

 RED value IS 102 (40.23% from 255) = 31.68%

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 31.68%
G = 45.03%
B = 23.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#66914B (or 0x66914B) is known color: Glade Green. HEX triplet: 66, 91 and 4B. RGB value is (102,145,75). Sum of RGB (Red+Green+Blue) = 102+145+75=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #66914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66914B is #996EB4. Grayscale: #7C7C7C. Windows color (decimal): -10055349 or 4952422. OLE color: 4952422.

HSL color Cylindrical-coordinate representation of color #66914B: hue angle of 96.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66914B is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 75 -
CMYK 0.30 0 0.48 0.43
HSL 96.86º 0.32% 0.43% -
HSV(B) 96.86º 0.48% 0.57% -
XYZ 16.87 23.58 10.32 -
YUV 124.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 102 145 75 0.30 0 0.48 0.43 96.86 0.32 0.43
Hex 66 91 4B 1E 0 30 2B 61 20 2B
Octal 146 221 113 36 0 60 53 141 40 53
Binary 1100110 10010001 1001011 11110 0 110000 101011 1100001 100000 101011

Color Harmonies of #66914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66914B

Black with #66914B

Text Example


Text Example

White with #66914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66914B; }

 p { color: rgb(102,145,75); }

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

background-color css

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

 a { background-color: rgb(102,145,75); }

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

border-color css

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

 span { border-color: rgb(102,145,75); }

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