Html Css Color HEX #6AB94B Apple

📋 copy color: '#6AB94B'

red 106 ◦ green 185 ◦ blue 75

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

Shades of Apple #6AB94B

Tints of Apple #6AB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.55%

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

R = 28.96%
G = 50.55%
B = 20.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#6AB94B (or 0x6AB94B) is known color: Apple. HEX triplet: 6A, B9 and 4B. RGB value is (106,185,75). Sum of RGB (Red+Green+Blue) = 106+185+75=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB94B is #9546B4. Grayscale: #959595. Windows color (decimal): -9782965 or 4962666. OLE color: 4962666.

HSL color Cylindrical-coordinate representation of color #6AB94B: hue angle of 103.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AB94B is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 185 75 -
CMYK 0.43 0 0.59 0.27
HSL 103.09º 0.44% 0.51% -
HSV(B) 103.09º 0.59% 0.73% -
XYZ 24.56 38.27 12.75 -
YUV 148.84 86.33 97.44 -
System Red Green Blue C M Y K H S L
Decimal 106 185 75 0.43 0 0.59 0.27 103.09 0.44 0.51
Hex 6A B9 4B 2B 0 3B 1B 67 2C 33
Octal 152 271 113 53 0 73 33 147 54 63
Binary 1101010 10111001 1001011 101011 0 111011 11011 1100111 101100 110011

Color Harmonies of #6AB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB94B

Black with #6AB94B

Text Example


Text Example

White with #6AB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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