Html Css Color HEX #6AB75B Apple

📋 copy color: '#6AB75B'

red 106 ◦ green 183 ◦ blue 91

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

Shades of Apple #6AB75B

Tints of Apple #6AB75B

RGB

 RED value IS 106 (41.8% from 255) = 27.89%

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 27.89%
G = 48.16%
B = 23.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#6AB75B (or 0x6AB75B) is known color: Apple. HEX triplet: 6A, B7 and 5B. RGB value is (106,183,91). Sum of RGB (Red+Green+Blue) = 106+183+91=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB75B is #9548A4. Grayscale: #959595. Windows color (decimal): -9783461 or 6010730. OLE color: 6010730.

HSL color Cylindrical-coordinate representation of color #6AB75B: hue angle of 110.22º 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 #6AB75B is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 106 183 91 -
CMYK 0.42 0 0.50 0.28
HSL 110.22º 0.39% 0.54% -
HSV(B) 110.22º 0.5% 0.72% -
XYZ 24.77 37.69 15.87 -
YUV 149.49 94.99 96.98 -
System Red Green Blue C M Y K H S L
Decimal 106 183 91 0.42 0 0.50 0.28 110.22 0.39 0.54
Hex 6A B7 5B 2A 0 32 1C 6E 27 36
Octal 152 267 133 52 0 62 34 156 47 66
Binary 1101010 10110111 1011011 101010 0 110010 11100 1101110 100111 110110

Color Harmonies of #6AB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB75B

Black with #6AB75B

Text Example


Text Example

White with #6AB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AB75B; }

 p { color: rgb(106,183,91); }

 H1.HeaderClassName
 {
   color: #6AB75B;
 }
 .AnyTagClassName
 {
   color: #6AB75B;
 }
</style>

background-color css

<style>
 a { background-color: #6AB75B; }

 a { background-color: rgb(106,183,91); }

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

border-color css

<style>
 span { border-color: #6AB75B; }

 span { border-color: rgb(106,183,91); }

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