Html Css Color HEX #6AB632 Apple

📋 copy color: '#6AB632'

red 106 ◦ green 182 ◦ blue 50

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

Shades of Apple #6AB632

Tints of Apple #6AB632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.85%

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 31.36%
G = 53.85%
B = 14.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#6AB632 (or 0x6AB632) is known color: Apple. HEX triplet: 6A, B6 and 32. RGB value is (106,182,50). Sum of RGB (Red+Green+Blue) = 106+182+50=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB632 is #9549CD. Grayscale: #909090. Windows color (decimal): -9783758 or 3323498. OLE color: 3323498.

HSL color Cylindrical-coordinate representation of color #6AB632: hue angle of 94.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AB632 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 106 182 50 -
CMYK 0.42 0 0.73 0.29
HSL 94.55º 0.57% 0.45% -
HSV(B) 94.55º 0.73% 0.71% -
XYZ 23.25 36.75 8.89 -
YUV 144.23 74.82 100.73 -
System Red Green Blue C M Y K H S L
Decimal 106 182 50 0.42 0 0.73 0.29 94.55 0.57 0.45
Hex 6A B6 32 2A 0 49 1D 5F 39 2D
Octal 152 266 62 52 0 111 35 137 71 55
Binary 1101010 10110110 110010 101010 0 1001001 11101 1011111 111001 101101

Color Harmonies of #6AB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB632

Black with #6AB632

Text Example


Text Example

White with #6AB632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,182,50); }

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

background-color css

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

 a { background-color: rgb(106,182,50); }

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

border-color css

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

 span { border-color: rgb(106,182,50); }

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