Html Css Color HEX #66A83D Apple

📋 copy color: '#66A83D'

red 102 ◦ green 168 ◦ blue 61

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

Shades of Apple #66A83D

Tints of Apple #66A83D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.76%

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 30.82%
G = 50.76%
B = 18.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#66A83D (or 0x66A83D) is known color: Apple. HEX triplet: 66, A8 and 3D. RGB value is (102,168,61). Sum of RGB (Red+Green+Blue) = 102+168+61=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #66A83D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A83D is #9957C2. Grayscale: #888888. Windows color (decimal): -10049475 or 4040806. OLE color: 4040806.

HSL color Cylindrical-coordinate representation of color #66A83D: hue angle of 97.01º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66A83D is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 168 61 -
CMYK 0.39 0 0.64 0.34
HSL 97.01º 0.47% 0.45% -
HSV(B) 97.01º 0.64% 0.66% -
XYZ 20.32 31.17 9.36 -
YUV 136.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 102 168 61 0.39 0 0.64 0.34 97.01 0.47 0.45
Hex 66 A8 3D 27 0 40 22 61 2F 2D
Octal 146 250 75 47 0 100 42 141 57 55
Binary 1100110 10101000 111101 100111 0 1000000 100010 1100001 101111 101101

Color Harmonies of #66A83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A83D

Black with #66A83D

Text Example


Text Example

White with #66A83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,168,61); }

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

background-color css

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

 a { background-color: rgb(102,168,61); }

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

border-color css

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

 span { border-color: rgb(102,168,61); }

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