Html Css Color HEX #6FBC4B Apple

📋 copy color: '#6FBC4B'

red 111 ◦ green 188 ◦ blue 75

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

Shades of Apple #6FBC4B

Tints of Apple #6FBC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.27%

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

R = 29.68%
G = 50.27%
B = 20.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#6FBC4B (or 0x6FBC4B) is known color: Apple. HEX triplet: 6F, BC and 4B. RGB value is (111,188,75). Sum of RGB (Red+Green+Blue) = 111+188+75=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC4B is #9043B4. Grayscale: #989898. Windows color (decimal): -9454517 or 4963439. OLE color: 4963439.

HSL color Cylindrical-coordinate representation of color #6FBC4B: hue angle of 100.88º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FBC4B is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 75 -
CMYK 0.41 0 0.60 0.26
HSL 100.89º 0.46% 0.52% -
HSV(B) 100.89º 0.6% 0.74% -
XYZ 25.81 39.85 12.99 -
YUV 152.1 84.49 98.69 -
System Red Green Blue C M Y K H S L
Decimal 111 188 75 0.41 0 0.60 0.26 100.89 0.46 0.52
Hex 6F BC 4B 29 0 3C 1A 65 2E 34
Octal 157 274 113 51 0 74 32 145 56 64
Binary 1101111 10111100 1001011 101001 0 111100 11010 1100101 101110 110100

Color Harmonies of #6FBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBC4B

Black with #6FBC4B

Text Example


Text Example

White with #6FBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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