Html Css Color HEX #6FB448 Apple

📋 copy color: '#6FB448'

red 111 ◦ green 180 ◦ blue 72

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

Shades of Apple #6FB448

Tints of Apple #6FB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.59%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 30.58%
G = 49.59%
B = 19.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#6FB448 (or 0x6FB448) is known color: Apple. HEX triplet: 6F, B4 and 48. RGB value is (111,180,72). Sum of RGB (Red+Green+Blue) = 111+180+72=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB448 is #904BB7. Grayscale: #939393. Windows color (decimal): -9456568 or 4764783. OLE color: 4764783.

HSL color Cylindrical-coordinate representation of color #6FB448: hue angle of 98.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FB448 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 180 72 -
CMYK 0.38 0 0.60 0.29
HSL 98.33º 0.43% 0.49% -
HSV(B) 98.33º 0.6% 0.71% -
XYZ 24.05 36.49 11.91 -
YUV 147.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 111 180 72 0.38 0 0.60 0.29 98.33 0.43 0.49
Hex 6F B4 48 26 0 3C 1D 62 2B 31
Octal 157 264 110 46 0 74 35 142 53 61
Binary 1101111 10110100 1001000 100110 0 111100 11101 1100010 101011 110001

Color Harmonies of #6FB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB448

Black with #6FB448

Text Example


Text Example

White with #6FB448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,180,72); }

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

background-color css

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

 a { background-color: rgb(111,180,72); }

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

border-color css

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

 span { border-color: rgb(111,180,72); }

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