Html Css Color HEX #6B9269 Laurel

📋 copy color: '#6B9269'

red 107 ◦ green 146 ◦ blue 105

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

Shades of Laurel #6B9269

Tints of Laurel #6B9269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

 BLUE value IS 105 (41.41% from 255) = 29.33%

R = 29.89%
G = 40.78%
B = 29.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#6B9269 (or 0x6B9269) is known color: Laurel. HEX triplet: 6B, 92 and 69. RGB value is (107,146,105). Sum of RGB (Red+Green+Blue) = 107+146+105=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9269 is #946D96. Grayscale: #818181. Windows color (decimal): -9727383 or 6918763. OLE color: 6918763.

HSL color Cylindrical-coordinate representation of color #6B9269: hue angle of 117.07º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B9269 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 146 105 -
CMYK 0.27 0 0.28 0.43
HSL 117.07º 0.16% 0.49% -
HSV(B) 117.07º 0.28% 0.57% -
XYZ 18.89 24.7 17.14 -
YUV 129.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 107 146 105 0.27 0 0.28 0.43 117.07 0.16 0.49
Hex 6B 92 69 1B 0 1C 2B 75 10 31
Octal 153 222 151 33 0 34 53 165 20 61
Binary 1101011 10010010 1101001 11011 0 11100 101011 1110101 10000 110001

Color Harmonies of #6B9269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9269

Black with #6B9269

Text Example


Text Example

White with #6B9269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,146,105); }

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

background-color css

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

 a { background-color: rgb(107,146,105); }

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

border-color css

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

 span { border-color: rgb(107,146,105); }

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