Html Css Color HEX #6FB234 Lima

📋 copy color: '#6FB234'

red 111 ◦ green 178 ◦ blue 52

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

Shades of Lima #6FB234

Tints of Lima #6FB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.2%

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 32.55%
G = 52.2%
B = 15.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#6FB234 (or 0x6FB234) is known color: Lima. HEX triplet: 6F, B2 and 34. RGB value is (111,178,52). Sum of RGB (Red+Green+Blue) = 111+178+52=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB234 is #904DCB. Grayscale: #909090. Windows color (decimal): -9457100 or 3453551. OLE color: 3453551.

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

Color convert

RGB 111 178 52 -
CMYK 0.38 0 0.71 0.30
HSL 91.9º 0.55% 0.45% -
HSV(B) 91.9º 0.71% 0.7% -
XYZ 23.1 35.47 8.88 -
YUV 143.6 76.3 104.75 -
System Red Green Blue C M Y K H S L
Decimal 111 178 52 0.38 0 0.71 0.30 91.9 0.55 0.45
Hex 6F B2 34 26 0 47 1E 5C 37 2D
Octal 157 262 64 46 0 107 36 134 67 55
Binary 1101111 10110010 110100 100110 0 1000111 11110 1011100 110111 101101

Color Harmonies of #6FB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB234

Black with #6FB234

Text Example


Text Example

White with #6FB234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,178,52); }

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

background-color css

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

 a { background-color: rgb(111,178,52); }

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

border-color css

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

 span { border-color: rgb(111,178,52); }

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