Html Css Color HEX #68AF52 Apple

📋 copy color: '#68AF52'

red 104 ◦ green 175 ◦ blue 82

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

Shades of Apple #68AF52

Tints of Apple #68AF52

RGB

 RED value IS 104 (41.02% from 255) = 28.81%

 GREEN value IS 175 (68.75% from 255) = 48.48%

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 28.81%
G = 48.48%
B = 22.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#68AF52 (or 0x68AF52) is known color: Apple. HEX triplet: 68, AF and 52. RGB value is (104,175,82). Sum of RGB (Red+Green+Blue) = 104+175+82=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF52 is #9750AD. Grayscale: #8F8F8F. Windows color (decimal): -9916590 or 5418856. OLE color: 5418856.

HSL color Cylindrical-coordinate representation of color #68AF52: hue angle of 105.81º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68AF52 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 82 -
CMYK 0.41 0 0.53 0.31
HSL 105.81º 0.37% 0.5% -
HSV(B) 105.81º 0.53% 0.69% -
XYZ 22.56 34.21 13.4 -
YUV 143.17 93.48 100.06 -
System Red Green Blue C M Y K H S L
Decimal 104 175 82 0.41 0 0.53 0.31 105.81 0.37 0.5
Hex 68 AF 52 29 0 35 1F 6A 25 32
Octal 150 257 122 51 0 65 37 152 45 62
Binary 1101000 10101111 1010010 101001 0 110101 11111 1101010 100101 110010

Color Harmonies of #68AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF52

Black with #68AF52

Text Example


Text Example

White with #68AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AF52; }

 p { color: rgb(104,175,82); }

 H1.HeaderClassName
 {
   color: #68AF52;
 }
 .AnyTagClassName
 {
   color: #68AF52;
 }
</style>

background-color css

<style>
 a { background-color: #68AF52; }

 a { background-color: rgb(104,175,82); }

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

border-color css

<style>
 span { border-color: #68AF52; }

 span { border-color: rgb(104,175,82); }

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