Html Css Color HEX #68AF56 Apple

📋 copy color: '#68AF56'

red 104 ◦ green 175 ◦ blue 86

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

Shades of Apple #68AF56

Tints of Apple #68AF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.56%

R = 28.49%
G = 47.95%
B = 23.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#68AF56 (or 0x68AF56) is known color: Apple. HEX triplet: 68, AF and 56. RGB value is (104,175,86). Sum of RGB (Red+Green+Blue) = 104+175+86=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF56 is #9750A9. Grayscale: #8F8F8F. Windows color (decimal): -9916586 or 5681000. OLE color: 5681000.

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

Color convert

RGB 104 175 86 -
CMYK 0.41 0 0.51 0.31
HSL 107.87º 0.36% 0.51% -
HSV(B) 107.87º 0.51% 0.69% -
XYZ 22.72 34.27 14.22 -
YUV 143.63 95.48 99.74 -
System Red Green Blue C M Y K H S L
Decimal 104 175 86 0.41 0 0.51 0.31 107.87 0.36 0.51
Hex 68 AF 56 29 0 33 1F 6C 24 33
Octal 150 257 126 51 0 63 37 154 44 63
Binary 1101000 10101111 1010110 101001 0 110011 11111 1101100 100100 110011

Color Harmonies of #68AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF56

Black with #68AF56

Text Example


Text Example

White with #68AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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