Html Css Color HEX #6B9B6F Laurel

📋 copy color: '#6B9B6F'

red 107 ◦ green 155 ◦ blue 111

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

Shades of Laurel #6B9B6F

Tints of Laurel #6B9B6F

RGB

 RED value IS 107 (42.19% from 255) = 28.69%

 GREEN value IS 155 (60.94% from 255) = 41.55%

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 28.69%
G = 41.55%
B = 29.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#6B9B6F (or 0x6B9B6F) is known color: Laurel. HEX triplet: 6B, 9B and 6F. RGB value is (107,155,111). Sum of RGB (Red+Green+Blue) = 107+155+111=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9B6F is #946490. Grayscale: #878787. Windows color (decimal): -9725073 or 7314283. OLE color: 7314283.

HSL color Cylindrical-coordinate representation of color #6B9B6F: hue angle of 125º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B6F is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 155 111 -
CMYK 0.31 0 0.28 0.39
HSL 125º 0.19% 0.51% -
HSV(B) 125º 0.31% 0.61% -
XYZ 20.65 27.72 19.3 -
YUV 135.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 107 155 111 0.31 0 0.28 0.39 125 0.19 0.51
Hex 6B 9B 6F 1F 0 1C 27 7D 13 33
Octal 153 233 157 37 0 34 47 175 23 63
Binary 1101011 10011011 1101111 11111 0 11100 100111 1111101 10011 110011

Color Harmonies of #6B9B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9B6F

Black with #6B9B6F

Text Example


Text Example

White with #6B9B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,155,111); }

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

background-color css

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

 a { background-color: rgb(107,155,111); }

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

border-color css

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

 span { border-color: rgb(107,155,111); }

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