Html Css Color HEX #66994B Glade Green

📋 copy color: '#66994B'

red 102 ◦ green 153 ◦ blue 75

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

Shades of Glade Green #66994B

Tints of Glade Green #66994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

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

R = 30.91%
G = 46.36%
B = 22.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#66994B (or 0x66994B) is known color: Glade Green. HEX triplet: 66, 99 and 4B. RGB value is (102,153,75). Sum of RGB (Red+Green+Blue) = 102+153+75=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #66994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66994B is #9966B4. Grayscale: #818181. Windows color (decimal): -10053301 or 4954470. OLE color: 4954470.

HSL color Cylindrical-coordinate representation of color #66994B: hue angle of 99.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66994B is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 75 -
CMYK 0.33 0 0.51 0.4
HSL 99.23º 0.34% 0.45% -
HSV(B) 99.23º 0.51% 0.6% -
XYZ 18.14 26.12 10.74 -
YUV 128.86 97.6 108.84 -
System Red Green Blue C M Y K H S L
Decimal 102 153 75 0.33 0 0.51 0.4 99.23 0.34 0.45
Hex 66 99 4B 21 0 33 28 63 22 2D
Octal 146 231 113 41 0 63 50 143 42 55
Binary 1100110 10011001 1001011 100001 0 110011 101000 1100011 100010 101101

Color Harmonies of #66994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66994B

Black with #66994B

Text Example


Text Example

White with #66994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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