Html Css Color HEX #6FB730 Lima

📋 copy color: '#6FB730'

red 111 ◦ green 183 ◦ blue 48

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

Shades of Lima #6FB730

Tints of Lima #6FB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.51%

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 32.46%
G = 53.51%
B = 14.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#6FB730 (or 0x6FB730) is known color: Lima. HEX triplet: 6F, B7 and 30. RGB value is (111,183,48). Sum of RGB (Red+Green+Blue) = 111+183+48=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB730 is #9048CF. Grayscale: #929292. Windows color (decimal): -9455824 or 3192687. OLE color: 3192687.

HSL color Cylindrical-coordinate representation of color #6FB730: hue angle of 92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FB730 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 183 48 -
CMYK 0.39 0 0.74 0.28
HSL 92º 0.58% 0.45% -
HSV(B) 92º 0.74% 0.72% -
XYZ 24.02 37.46 8.76 -
YUV 146.08 72.65 102.98 -
System Red Green Blue C M Y K H S L
Decimal 111 183 48 0.39 0 0.74 0.28 92 0.58 0.45
Hex 6F B7 30 27 0 4A 1C 5C 3A 2D
Octal 157 267 60 47 0 112 34 134 72 55
Binary 1101111 10110111 110000 100111 0 1001010 11100 1011100 111010 101101

Color Harmonies of #6FB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB730

Black with #6FB730

Text Example


Text Example

White with #6FB730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,183,48); }

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

background-color css

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

 a { background-color: rgb(111,183,48); }

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

border-color css

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

 span { border-color: rgb(111,183,48); }

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