Html Css Color HEX #6EB94B Apple

📋 copy color: '#6EB94B'

red 110 ◦ green 185 ◦ blue 75

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

Shades of Apple #6EB94B

Tints of Apple #6EB94B

RGB

 RED value IS 110 (43.36% from 255) = 29.73%

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

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

R = 29.73%
G = 50%
B = 20.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#6EB94B (or 0x6EB94B) is known color: Apple. HEX triplet: 6E, B9 and 4B. RGB value is (110,185,75). Sum of RGB (Red+Green+Blue) = 110+185+75=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #6EB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EB94B is #9146B4. Grayscale: #969696. Windows color (decimal): -9520821 or 4962670. OLE color: 4962670.

HSL color Cylindrical-coordinate representation of color #6EB94B: hue angle of 100.91º 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 #6EB94B is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 185 75 -
CMYK 0.41 0 0.59 0.27
HSL 100.91º 0.44% 0.51% -
HSV(B) 100.91º 0.59% 0.73% -
XYZ 25.05 38.52 12.77 -
YUV 150.04 85.65 99.44 -
System Red Green Blue C M Y K H S L
Decimal 110 185 75 0.41 0 0.59 0.27 100.91 0.44 0.51
Hex 6E B9 4B 29 0 3B 1B 65 2C 33
Octal 156 271 113 51 0 73 33 145 54 63
Binary 1101110 10111001 1001011 101001 0 111011 11011 1100101 101100 110011

Color Harmonies of #6EB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB94B

Black with #6EB94B

Text Example


Text Example

White with #6EB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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