Html Css Color HEX #6ABD4A Apple

📋 copy color: '#6ABD4A'

red 106 ◦ green 189 ◦ blue 74

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

Shades of Apple #6ABD4A

Tints of Apple #6ABD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.22%

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 28.73%
G = 51.22%
B = 20.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#6ABD4A (or 0x6ABD4A) is known color: Apple. HEX triplet: 6A, BD and 4A. RGB value is (106,189,74). Sum of RGB (Red+Green+Blue) = 106+189+74=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABD4A is #9542B5. Grayscale: #979797. Windows color (decimal): -9781942 or 4898154. OLE color: 4898154.

HSL color Cylindrical-coordinate representation of color #6ABD4A: hue angle of 103.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6ABD4A is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 189 74 -
CMYK 0.44 0 0.61 0.26
HSL 103.3º 0.47% 0.52% -
HSV(B) 103.3º 0.61% 0.74% -
XYZ 25.38 39.95 12.85 -
YUV 151.07 84.5 95.85 -
System Red Green Blue C M Y K H S L
Decimal 106 189 74 0.44 0 0.61 0.26 103.3 0.47 0.52
Hex 6A BD 4A 2C 0 3D 1A 67 2F 34
Octal 152 275 112 54 0 75 32 147 57 64
Binary 1101010 10111101 1001010 101100 0 111101 11010 1100111 101111 110100

Color Harmonies of #6ABD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABD4A

Black with #6ABD4A

Text Example


Text Example

White with #6ABD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,189,74); }

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

background-color css

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

 a { background-color: rgb(106,189,74); }

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

border-color css

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

 span { border-color: rgb(106,189,74); }

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