Html Css Color HEX #6FB07D Bay Leaf

📋 copy color: '#6FB07D'

red 111 ◦ green 176 ◦ blue 125

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

Shades of Bay Leaf #6FB07D

Tints of Bay Leaf #6FB07D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 26.94%
G = 42.72%
B = 30.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#6FB07D (or 0x6FB07D) is known color: Bay Leaf. HEX triplet: 6F, B0 and 7D. RGB value is (111,176,125). Sum of RGB (Red+Green+Blue) = 111+176+125=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB07D is #904F82. Grayscale: #969696. Windows color (decimal): -9457539 or 8237167. OLE color: 8237167.

HSL color Cylindrical-coordinate representation of color #6FB07D: hue angle of 132.92º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FB07D is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 176 125 -
CMYK 0.37 0 0.29 0.31
HSL 132.92º 0.29% 0.56% -
HSV(B) 132.92º 0.37% 0.69% -
XYZ 25.78 35.91 24.97 -
YUV 150.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 111 176 125 0.37 0 0.29 0.31 132.92 0.29 0.56
Hex 6F B0 7D 25 0 1D 1F 85 1D 38
Octal 157 260 175 45 0 35 37 205 35 70
Binary 1101111 10110000 1111101 100101 0 11101 11111 10000101 11101 111000

Color Harmonies of #6FB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB07D

Black with #6FB07D

Text Example


Text Example

White with #6FB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,176,125); }

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

background-color css

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

 a { background-color: rgb(111,176,125); }

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

border-color css

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

 span { border-color: rgb(111,176,125); }

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