Html Css Color HEX #66B14B Apple

📋 copy color: '#66B14B'

red 102 ◦ green 177 ◦ blue 75

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

Shades of Apple #66B14B

Tints of Apple #66B14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50%

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

R = 28.81%
G = 50%
B = 21.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#66B14B (or 0x66B14B) is known color: Apple. HEX triplet: 66, B1 and 4B. RGB value is (102,177,75). Sum of RGB (Red+Green+Blue) = 102+177+75=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #66B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B14B is #994EB4. Grayscale: #8F8F8F. Windows color (decimal): -10047157 or 4960614. OLE color: 4960614.

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

Color convert

RGB 102 177 75 -
CMYK 0.42 0 0.58 0.31
HSL 104.12º 0.4% 0.49% -
HSV(B) 104.12º 0.58% 0.69% -
XYZ 22.47 34.78 12.18 -
YUV 142.95 89.65 98.79 -
System Red Green Blue C M Y K H S L
Decimal 102 177 75 0.42 0 0.58 0.31 104.12 0.4 0.49
Hex 66 B1 4B 2A 0 3A 1F 68 28 31
Octal 146 261 113 52 0 72 37 150 50 61
Binary 1100110 10110001 1001011 101010 0 111010 11111 1101000 101000 110001

Color Harmonies of #66B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B14B

Black with #66B14B

Text Example


Text Example

White with #66B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66B14B; }

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

 H1.HeaderClassName
 {
   color: #66B14B;
 }
 .AnyTagClassName
 {
   color: #66B14B;
 }
</style>

background-color css

<style>
 a { background-color: #66B14B; }

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

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

border-color css

<style>
 span { border-color: #66B14B; }

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

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