Html Css Color HEX #6AB13D Apple

📋 copy color: '#6AB13D'

red 106 ◦ green 177 ◦ blue 61

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

Shades of Apple #6AB13D

Tints of Apple #6AB13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 30.81%
G = 51.45%
B = 17.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#6AB13D (or 0x6AB13D) is known color: Apple. HEX triplet: 6A, B1 and 3D. RGB value is (106,177,61). Sum of RGB (Red+Green+Blue) = 106+177+61=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB13D is #954EC2. Grayscale: #8E8E8E. Windows color (decimal): -9785027 or 4043114. OLE color: 4043114.

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

Color convert

RGB 106 177 61 -
CMYK 0.40 0 0.66 0.31
HSL 96.72º 0.49% 0.47% -
HSV(B) 96.72º 0.66% 0.69% -
XYZ 22.51 34.85 9.95 -
YUV 142.55 81.98 101.93 -
System Red Green Blue C M Y K H S L
Decimal 106 177 61 0.40 0 0.66 0.31 96.72 0.49 0.47
Hex 6A B1 3D 28 0 42 1F 61 31 2F
Octal 152 261 75 50 0 102 37 141 61 57
Binary 1101010 10110001 111101 101000 0 1000010 11111 1100001 110001 101111

Color Harmonies of #6AB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB13D

Black with #6AB13D

Text Example


Text Example

White with #6AB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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