Html Css Color HEX #68BA52 Apple

📋 copy color: '#68BA52'

red 104 ◦ green 186 ◦ blue 82

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

Shades of Apple #68BA52

Tints of Apple #68BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50%

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

R = 27.96%
G = 50%
B = 22.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#68BA52 (or 0x68BA52) is known color: Apple. HEX triplet: 68, BA and 52. RGB value is (104,186,82). Sum of RGB (Red+Green+Blue) = 104+186+82=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA52 is #9745AD. Grayscale: #959595. Windows color (decimal): -9913774 or 5421672. OLE color: 5421672.

HSL color Cylindrical-coordinate representation of color #68BA52: hue angle of 107.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BA52 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 186 82 -
CMYK 0.44 0 0.56 0.27
HSL 107.31º 0.43% 0.53% -
HSV(B) 107.31º 0.56% 0.73% -
XYZ 24.79 38.67 14.14 -
YUV 149.63 89.83 95.46 -
System Red Green Blue C M Y K H S L
Decimal 104 186 82 0.44 0 0.56 0.27 107.31 0.43 0.53
Hex 68 BA 52 2C 0 38 1B 6B 2B 35
Octal 150 272 122 54 0 70 33 153 53 65
Binary 1101000 10111010 1010010 101100 0 111000 11011 1101011 101011 110101

Color Harmonies of #68BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BA52

Black with #68BA52

Text Example


Text Example

White with #68BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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