Html Css Color HEX #668F4B Glade Green

📋 copy color: '#668F4B'

red 102 ◦ green 143 ◦ blue 75

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

Shades of Glade Green #668F4B

Tints of Glade Green #668F4B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.69%

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

R = 31.88%
G = 44.69%
B = 23.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#668F4B (or 0x668F4B) is known color: Glade Green. HEX triplet: 66, 8F and 4B. RGB value is (102,143,75). Sum of RGB (Red+Green+Blue) = 102+143+75=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #668F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668F4B is #9970B4. Grayscale: #7B7B7B. Windows color (decimal): -10055861 or 4951910. OLE color: 4951910.

HSL color Cylindrical-coordinate representation of color #668F4B: hue angle of 96.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668F4B is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 75 -
CMYK 0.29 0 0.48 0.44
HSL 96.18º 0.31% 0.43% -
HSV(B) 96.18º 0.48% 0.56% -
XYZ 16.57 22.98 10.22 -
YUV 122.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 102 143 75 0.29 0 0.48 0.44 96.18 0.31 0.43
Hex 66 8F 4B 1D 0 30 2C 60 1F 2B
Octal 146 217 113 35 0 60 54 140 37 53
Binary 1100110 10001111 1001011 11101 0 110000 101100 1100000 11111 101011

Color Harmonies of #668F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F4B

Black with #668F4B

Text Example


Text Example

White with #668F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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