Html Css Color HEX #6EAF4B Apple

📋 copy color: '#6EAF4B'

red 110 ◦ green 175 ◦ blue 75

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

Shades of Apple #6EAF4B

Tints of Apple #6EAF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.61%

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

R = 30.56%
G = 48.61%
B = 20.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#6EAF4B (or 0x6EAF4B) is known color: Apple. HEX triplet: 6E, AF and 4B. RGB value is (110,175,75). Sum of RGB (Red+Green+Blue) = 110+175+75=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAF4B is #9150B4. Grayscale: #909090. Windows color (decimal): -9523381 or 4960110. OLE color: 4960110.

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

Color convert

RGB 110 175 75 -
CMYK 0.37 0 0.57 0.31
HSL 99º 0.4% 0.49% -
HSV(B) 99º 0.57% 0.69% -
XYZ 23.03 34.48 12.1 -
YUV 144.17 88.97 103.63 -
System Red Green Blue C M Y K H S L
Decimal 110 175 75 0.37 0 0.57 0.31 99 0.4 0.49
Hex 6E AF 4B 25 0 39 1F 63 28 31
Octal 156 257 113 45 0 71 37 143 50 61
Binary 1101110 10101111 1001011 100101 0 111001 11111 1100011 101000 110001

Color Harmonies of #6EAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAF4B

Black with #6EAF4B

Text Example


Text Example

White with #6EAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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