Html Css Color HEX #6B926A Laurel

📋 copy color: '#6B926A'

red 107 ◦ green 146 ◦ blue 106

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

Shades of Laurel #6B926A

Tints of Laurel #6B926A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 29.81%
G = 40.67%
B = 29.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#6B926A (or 0x6B926A) is known color: Laurel. HEX triplet: 6B, 92 and 6A. RGB value is (107,146,106). Sum of RGB (Red+Green+Blue) = 107+146+106=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #6B926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B926A is #946D95. Grayscale: #818181. Windows color (decimal): -9727382 or 6984299. OLE color: 6984299.

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

Color convert

RGB 107 146 106 -
CMYK 0.27 0 0.27 0.43
HSL 118.5º 0.16% 0.49% -
HSV(B) 118.5º 0.27% 0.57% -
XYZ 18.94 24.72 17.41 -
YUV 129.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 107 146 106 0.27 0 0.27 0.43 118.5 0.16 0.49
Hex 6B 92 6A 1B 0 1B 2B 76 10 31
Octal 153 222 152 33 0 33 53 166 20 61
Binary 1101011 10010010 1101010 11011 0 11011 101011 1110110 10000 110001

Color Harmonies of #6B926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B926A

Black with #6B926A

Text Example


Text Example

White with #6B926A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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