Html Css Color HEX #6FB27E Bay Leaf

📋 copy color: '#6FB27E'

red 111 ◦ green 178 ◦ blue 126

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

Shades of Bay Leaf #6FB27E

Tints of Bay Leaf #6FB27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 26.75%
G = 42.89%
B = 30.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#6FB27E (or 0x6FB27E) is known color: Bay Leaf. HEX triplet: 6F, B2 and 7E. RGB value is (111,178,126). Sum of RGB (Red+Green+Blue) = 111+178+126=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB27E is #904D81. Grayscale: #989898. Windows color (decimal): -9457026 or 8303215. OLE color: 8303215.

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

Color convert

RGB 111 178 126 -
CMYK 0.38 0 0.29 0.30
HSL 133.43º 0.3% 0.57% -
HSV(B) 133.43º 0.38% 0.7% -
XYZ 26.24 36.73 25.44 -
YUV 152.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 111 178 126 0.38 0 0.29 0.30 133.43 0.3 0.57
Hex 6F B2 7E 26 0 1D 1E 85 1E 39
Octal 157 262 176 46 0 35 36 205 36 71
Binary 1101111 10110010 1111110 100110 0 11101 11110 10000101 11110 111001

Color Harmonies of #6FB27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB27E

Black with #6FB27E

Text Example


Text Example

White with #6FB27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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