Html Css Color HEX #6B9A67 Laurel

📋 copy color: '#6B9A67'

red 107 ◦ green 154 ◦ blue 103

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

Shades of Laurel #6B9A67

Tints of Laurel #6B9A67

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.31%

 BLUE value IS 103 (40.63% from 255) = 28.3%

R = 29.4%
G = 42.31%
B = 28.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#6B9A67 (or 0x6B9A67) is known color: Laurel. HEX triplet: 6B, 9A and 67. RGB value is (107,154,103). Sum of RGB (Red+Green+Blue) = 107+154+103=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9A67 is #946598. Grayscale: #868686. Windows color (decimal): -9725337 or 6789739. OLE color: 6789739.

HSL color Cylindrical-coordinate representation of color #6B9A67: hue angle of 115.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B9A67 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 154 103 -
CMYK 0.31 0 0.33 0.40
HSL 115.29º 0.2% 0.5% -
HSV(B) 115.29º 0.33% 0.6% -
XYZ 20.07 27.22 17.03 -
YUV 134.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 107 154 103 0.31 0 0.33 0.40 115.29 0.2 0.5
Hex 6B 9A 67 1F 0 21 28 73 14 32
Octal 153 232 147 37 0 41 50 163 24 62
Binary 1101011 10011010 1100111 11111 0 100001 101000 1110011 10100 110010

Color Harmonies of #6B9A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9A67

Black with #6B9A67

Text Example


Text Example

White with #6B9A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,154,103); }

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

background-color css

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

 a { background-color: rgb(107,154,103); }

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

border-color css

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

 span { border-color: rgb(107,154,103); }

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