Html Css Color HEX #6FB355 Apple

📋 copy color: '#6FB355'

red 111 ◦ green 179 ◦ blue 85

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

Shades of Apple #6FB355

Tints of Apple #6FB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 29.6%
G = 47.73%
B = 22.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#6FB355 (or 0x6FB355) is known color: Apple. HEX triplet: 6F, B3 and 55. RGB value is (111,179,85). Sum of RGB (Red+Green+Blue) = 111+179+85=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB355 is #904CAA. Grayscale: #949494. Windows color (decimal): -9456811 or 5616495. OLE color: 5616495.

HSL color Cylindrical-coordinate representation of color #6FB355: hue angle of 103.4º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FB355 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 179 85 -
CMYK 0.38 0 0.53 0.30
HSL 103.4º 0.38% 0.52% -
HSV(B) 103.4º 0.53% 0.7% -
XYZ 24.32 36.28 14.31 -
YUV 147.95 92.47 101.64 -
System Red Green Blue C M Y K H S L
Decimal 111 179 85 0.38 0 0.53 0.30 103.4 0.38 0.52
Hex 6F B3 55 26 0 35 1E 67 26 34
Octal 157 263 125 46 0 65 36 147 46 64
Binary 1101111 10110011 1010101 100110 0 110101 11110 1100111 100110 110100

Color Harmonies of #6FB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB355

Black with #6FB355

Text Example


Text Example

White with #6FB355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,179,85); }

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

background-color css

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

 a { background-color: rgb(111,179,85); }

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

border-color css

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

 span { border-color: rgb(111,179,85); }

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