Html Css Color HEX #6FA94A Apple

📋 copy color: '#6FA94A'

red 111 ◦ green 169 ◦ blue 74

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

Shades of Apple #6FA94A

Tints of Apple #6FA94A

RGB

 RED value IS 111 (43.75% from 255) = 31.36%

 GREEN value IS 169 (66.41% from 255) = 47.74%

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 31.36%
G = 47.74%
B = 20.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#6FA94A (or 0x6FA94A) is known color: Apple. HEX triplet: 6F, A9 and 4A. RGB value is (111,169,74). Sum of RGB (Red+Green+Blue) = 111+169+74=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA94A is #9056B5. Grayscale: #8D8D8D. Windows color (decimal): -9459382 or 4893039. OLE color: 4893039.

HSL color Cylindrical-coordinate representation of color #6FA94A: hue angle of 96.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA94A is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 111 169 74 -
CMYK 0.34 0 0.56 0.34
HSL 96.63º 0.39% 0.48% -
HSV(B) 96.63º 0.56% 0.66% -
XYZ 21.98 32.25 11.54 -
YUV 140.83 90.28 106.72 -
System Red Green Blue C M Y K H S L
Decimal 111 169 74 0.34 0 0.56 0.34 96.63 0.39 0.48
Hex 6F A9 4A 22 0 38 22 61 27 30
Octal 157 251 112 42 0 70 42 141 47 60
Binary 1101111 10101001 1001010 100010 0 111000 100010 1100001 100111 110000

Color Harmonies of #6FA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA94A

Black with #6FA94A

Text Example


Text Example

White with #6FA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,169,74); }

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

background-color css

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

 a { background-color: rgb(111,169,74); }

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

border-color css

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

 span { border-color: rgb(111,169,74); }

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