Html Css Color HEX #68BE42 Apple

📋 copy color: '#68BE42'

red 104 ◦ green 190 ◦ blue 66

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

Shades of Apple #68BE42

Tints of Apple #68BE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.78%

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 28.89%
G = 52.78%
B = 18.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#68BE42 (or 0x68BE42) is known color: Apple. HEX triplet: 68, BE and 42. RGB value is (104,190,66). Sum of RGB (Red+Green+Blue) = 104+190+66=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BE42 is #9741BD. Grayscale: #969696. Windows color (decimal): -9912766 or 4374120. OLE color: 4374120.

HSL color Cylindrical-coordinate representation of color #68BE42: hue angle of 101.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68BE42 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 190 66 -
CMYK 0.45 0 0.65 0.25
HSL 101.61º 0.49% 0.5% -
HSV(B) 101.61º 0.65% 0.75% -
XYZ 25.11 40.16 11.58 -
YUV 150.15 80.51 95.08 -
System Red Green Blue C M Y K H S L
Decimal 104 190 66 0.45 0 0.65 0.25 101.61 0.49 0.5
Hex 68 BE 42 2D 0 41 19 66 31 32
Octal 150 276 102 55 0 101 31 146 61 62
Binary 1101000 10111110 1000010 101101 0 1000001 11001 1100110 110001 110010

Color Harmonies of #68BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BE42

Black with #68BE42

Text Example


Text Example

White with #68BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,190,66); }

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

background-color css

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

 a { background-color: rgb(104,190,66); }

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

border-color css

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

 span { border-color: rgb(104,190,66); }

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