Html Css Color HEX #6AB75A Apple

📋 copy color: '#6AB75A'

red 106 ◦ green 183 ◦ blue 90

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

Shades of Apple #6AB75A

Tints of Apple #6AB75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 27.97%
G = 48.28%
B = 23.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#6AB75A (or 0x6AB75A) is known color: Apple. HEX triplet: 6A, B7 and 5A. RGB value is (106,183,90). Sum of RGB (Red+Green+Blue) = 106+183+90=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB75A is #9548A5. Grayscale: #959595. Windows color (decimal): -9783462 or 5945194. OLE color: 5945194.

HSL color Cylindrical-coordinate representation of color #6AB75A: hue angle of 109.68º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AB75A is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 106 183 90 -
CMYK 0.42 0 0.51 0.28
HSL 109.68º 0.39% 0.54% -
HSV(B) 109.68º 0.51% 0.72% -
XYZ 24.72 37.67 15.64 -
YUV 149.38 94.49 97.06 -
System Red Green Blue C M Y K H S L
Decimal 106 183 90 0.42 0 0.51 0.28 109.68 0.39 0.54
Hex 6A B7 5A 2A 0 33 1C 6E 27 36
Octal 152 267 132 52 0 63 34 156 47 66
Binary 1101010 10110111 1011010 101010 0 110011 11100 1101110 100111 110110

Color Harmonies of #6AB75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB75A

Black with #6AB75A

Text Example


Text Example

White with #6AB75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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