Html Css Color HEX #66934B Glade Green

📋 copy color: '#66934B'

red 102 ◦ green 147 ◦ blue 75

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

Shades of Glade Green #66934B

Tints of Glade Green #66934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

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

R = 31.48%
G = 45.37%
B = 23.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#66934B (or 0x66934B) is known color: Glade Green. HEX triplet: 66, 93 and 4B. RGB value is (102,147,75). Sum of RGB (Red+Green+Blue) = 102+147+75=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #66934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66934B is #996CB4. Grayscale: #7D7D7D. Windows color (decimal): -10054837 or 4952934. OLE color: 4952934.

HSL color Cylindrical-coordinate representation of color #66934B: hue angle of 97.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66934B is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 75 -
CMYK 0.31 0 0.49 0.42
HSL 97.5º 0.32% 0.44% -
HSV(B) 97.5º 0.49% 0.58% -
XYZ 17.18 24.2 10.42 -
YUV 125.34 99.59 111.35 -
System Red Green Blue C M Y K H S L
Decimal 102 147 75 0.31 0 0.49 0.42 97.5 0.32 0.44
Hex 66 93 4B 1F 0 31 2A 62 20 2C
Octal 146 223 113 37 0 61 52 142 40 54
Binary 1100110 10010011 1001011 11111 0 110001 101010 1100010 100000 101100

Color Harmonies of #66934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66934B

Black with #66934B

Text Example


Text Example

White with #66934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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