Html Css Color HEX #6FBA4B Apple

📋 copy color: '#6FBA4B'

red 111 ◦ green 186 ◦ blue 75

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

Shades of Apple #6FBA4B

Tints of Apple #6FBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50%

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

R = 29.84%
G = 50%
B = 20.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#6FBA4B (or 0x6FBA4B) is known color: Apple. HEX triplet: 6F, BA and 4B. RGB value is (111,186,75). Sum of RGB (Red+Green+Blue) = 111+186+75=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA4B is #9045B4. Grayscale: #979797. Windows color (decimal): -9455029 or 4962927. OLE color: 4962927.

HSL color Cylindrical-coordinate representation of color #6FBA4B: hue angle of 100.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FBA4B is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 186 75 -
CMYK 0.40 0 0.60 0.27
HSL 100.54º 0.45% 0.51% -
HSV(B) 100.54º 0.6% 0.73% -
XYZ 25.38 39.01 12.85 -
YUV 150.92 85.15 99.53 -
System Red Green Blue C M Y K H S L
Decimal 111 186 75 0.40 0 0.60 0.27 100.54 0.45 0.51
Hex 6F BA 4B 28 0 3C 1B 65 2D 33
Octal 157 272 113 50 0 74 33 145 55 63
Binary 1101111 10111010 1001011 101000 0 111100 11011 1100101 101101 110011

Color Harmonies of #6FBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBA4B

Black with #6FBA4B

Text Example


Text Example

White with #6FBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,186,75); }

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

background-color css

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

 a { background-color: rgb(111,186,75); }

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

border-color css

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

 span { border-color: rgb(111,186,75); }

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