Html Css Color HEX #6AB14B Apple

📋 copy color: '#6AB14B'

red 106 ◦ green 177 ◦ blue 75

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

Shades of Apple #6AB14B

Tints of Apple #6AB14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.44%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 29.61%
G = 49.44%
B = 20.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#6AB14B (or 0x6AB14B) is known color: Apple. HEX triplet: 6A, B1 and 4B. RGB value is (106,177,75). Sum of RGB (Red+Green+Blue) = 106+177+75=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB14B is #954EB4. Grayscale: #909090. Windows color (decimal): -9785013 or 4960618. OLE color: 4960618.

HSL color Cylindrical-coordinate representation of color #6AB14B: hue angle of 101.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AB14B is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 177 75 -
CMYK 0.40 0 0.58 0.31
HSL 101.76º 0.4% 0.49% -
HSV(B) 101.76º 0.58% 0.69% -
XYZ 22.94 35.02 12.21 -
YUV 144.14 88.98 100.79 -
System Red Green Blue C M Y K H S L
Decimal 106 177 75 0.40 0 0.58 0.31 101.76 0.4 0.49
Hex 6A B1 4B 28 0 3A 1F 66 28 31
Octal 152 261 113 50 0 72 37 146 50 61
Binary 1101010 10110001 1001011 101000 0 111010 11111 1100110 101000 110001

Color Harmonies of #6AB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB14B

Black with #6AB14B

Text Example


Text Example

White with #6AB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,177,75); }

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

background-color css

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

 a { background-color: rgb(106,177,75); }

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

border-color css

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

 span { border-color: rgb(106,177,75); }

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