Html Css Color HEX #68BA32 Apple

📋 copy color: '#68BA32'

red 104 ◦ green 186 ◦ blue 50

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

Shades of Apple #68BA32

Tints of Apple #68BA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.71%

R = 30.59%
G = 54.71%
B = 14.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#68BA32 (or 0x68BA32) is known color: Apple. HEX triplet: 68, BA and 32. RGB value is (104,186,50). Sum of RGB (Red+Green+Blue) = 104+186+50=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA32 is #9745CD. Grayscale: #929292. Windows color (decimal): -9913806 or 3324520. OLE color: 3324520.

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

Color convert

RGB 104 186 50 -
CMYK 0.44 0 0.73 0.27
HSL 96.18º 0.58% 0.46% -
HSV(B) 96.18º 0.73% 0.73% -
XYZ 23.84 38.29 9.15 -
YUV 145.98 73.83 98.06 -
System Red Green Blue C M Y K H S L
Decimal 104 186 50 0.44 0 0.73 0.27 96.18 0.58 0.46
Hex 68 BA 32 2C 0 49 1B 60 3A 2E
Octal 150 272 62 54 0 111 33 140 72 56
Binary 1101000 10111010 110010 101100 0 1001001 11011 1100000 111010 101110

Color Harmonies of #68BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BA32

Black with #68BA32

Text Example


Text Example

White with #68BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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