Html Css Color HEX #66B734 Apple

📋 copy color: '#66B734'

red 102 ◦ green 183 ◦ blue 52

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

Shades of Apple #66B734

Tints of Apple #66B734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.3%

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 30.27%
G = 54.3%
B = 15.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#66B734 (or 0x66B734) is known color: Apple. HEX triplet: 66, B7 and 34. RGB value is (102,183,52). Sum of RGB (Red+Green+Blue) = 102+183+52=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #66B734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B734 is #9948CB. Grayscale: #909090. Windows color (decimal): -10045644 or 3454822. OLE color: 3454822.

HSL color Cylindrical-coordinate representation of color #66B734: hue angle of 97.1º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66B734 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 102 183 52 -
CMYK 0.44 0 0.72 0.28
HSL 97.1º 0.56% 0.46% -
HSV(B) 97.1º 0.72% 0.72% -
XYZ 23.03 36.94 9.16 -
YUV 143.85 76.16 98.15 -
System Red Green Blue C M Y K H S L
Decimal 102 183 52 0.44 0 0.72 0.28 97.1 0.56 0.46
Hex 66 B7 34 2C 0 48 1C 61 38 2E
Octal 146 267 64 54 0 110 34 141 70 56
Binary 1100110 10110111 110100 101100 0 1001000 11100 1100001 111000 101110

Color Harmonies of #66B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B734

Black with #66B734

Text Example


Text Example

White with #66B734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,183,52); }

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

background-color css

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

 a { background-color: rgb(102,183,52); }

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

border-color css

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

 span { border-color: rgb(102,183,52); }

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