Html Css Color HEX #68BE45 Apple

📋 copy color: '#68BE45'

red 104 ◦ green 190 ◦ blue 69

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

Shades of Apple #68BE45

Tints of Apple #68BE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.01%

R = 28.65%
G = 52.34%
B = 19.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#68BE45 (or 0x68BE45) is known color: Apple. HEX triplet: 68, BE and 45. RGB value is (104,190,69). Sum of RGB (Red+Green+Blue) = 104+190+69=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BE45 is #9741BA. Grayscale: #969696. Windows color (decimal): -9912763 or 4570728. OLE color: 4570728.

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

Color convert

RGB 104 190 69 -
CMYK 0.45 0 0.64 0.25
HSL 102.64º 0.48% 0.51% -
HSV(B) 102.64º 0.64% 0.75% -
XYZ 25.2 40.2 12.06 -
YUV 150.49 82.01 94.84 -
System Red Green Blue C M Y K H S L
Decimal 104 190 69 0.45 0 0.64 0.25 102.64 0.48 0.51
Hex 68 BE 45 2D 0 40 19 67 30 33
Octal 150 276 105 55 0 100 31 147 60 63
Binary 1101000 10111110 1000101 101101 0 1000000 11001 1100111 110000 110011

Color Harmonies of #68BE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BE45

Black with #68BE45

Text Example


Text Example

White with #68BE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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