Html Css Color HEX #68B75C Apple

📋 copy color: '#68B75C'

red 104 ◦ green 183 ◦ blue 92

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

Shades of Apple #68B75C

Tints of Apple #68B75C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.28%

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 27.44%
G = 48.28%
B = 24.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#68B75C (or 0x68B75C) is known color: Apple. HEX triplet: 68, B7 and 5C. RGB value is (104,183,92). Sum of RGB (Red+Green+Blue) = 104+183+92=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #68B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B75C is #9748A3. Grayscale: #959595. Windows color (decimal): -9914532 or 6076264. OLE color: 6076264.

HSL color Cylindrical-coordinate representation of color #68B75C: hue angle of 112.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68B75C is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 183 92 -
CMYK 0.43 0 0.50 0.28
HSL 112.09º 0.39% 0.54% -
HSV(B) 112.09º 0.5% 0.72% -
XYZ 24.57 37.58 16.08 -
YUV 149.01 95.83 95.9 -
System Red Green Blue C M Y K H S L
Decimal 104 183 92 0.43 0 0.50 0.28 112.09 0.39 0.54
Hex 68 B7 5C 2B 0 32 1C 70 27 36
Octal 150 267 134 53 0 62 34 160 47 66
Binary 1101000 10110111 1011100 101011 0 110010 11100 1110000 100111 110110

Color Harmonies of #68B75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B75C

Black with #68B75C

Text Example


Text Example

White with #68B75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,183,92); }

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

background-color css

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

 a { background-color: rgb(104,183,92); }

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

border-color css

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

 span { border-color: rgb(104,183,92); }

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