Html Css Color HEX #68B25D Apple

📋 copy color: '#68B25D'

red 104 ◦ green 178 ◦ blue 93

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

Shades of Apple #68B25D

Tints of Apple #68B25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.47%

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 27.73%
G = 47.47%
B = 24.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#68B25D (or 0x68B25D) is known color: Apple. HEX triplet: 68, B2 and 5D. RGB value is (104,178,93). Sum of RGB (Red+Green+Blue) = 104+178+93=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #68B25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B25D is #974DA2. Grayscale: #929292. Windows color (decimal): -9915811 or 6140520. OLE color: 6140520.

HSL color Cylindrical-coordinate representation of color #68B25D: hue angle of 112.24º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68B25D is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 178 93 -
CMYK 0.42 0 0.48 0.30
HSL 112.24º 0.36% 0.53% -
HSV(B) 112.24º 0.48% 0.7% -
XYZ 23.61 35.57 15.98 -
YUV 146.18 97.98 97.91 -
System Red Green Blue C M Y K H S L
Decimal 104 178 93 0.42 0 0.48 0.30 112.24 0.36 0.53
Hex 68 B2 5D 2A 0 30 1E 70 24 35
Octal 150 262 135 52 0 60 36 160 44 65
Binary 1101000 10110010 1011101 101010 0 110000 11110 1110000 100100 110101

Color Harmonies of #68B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B25D

Black with #68B25D

Text Example


Text Example

White with #68B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,178,93); }

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

background-color css

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

 a { background-color: rgb(104,178,93); }

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

border-color css

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

 span { border-color: rgb(104,178,93); }

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