Html Css Color HEX #6BA068 Laurel

📋 copy color: '#6BA068'

red 107 ◦ green 160 ◦ blue 104

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

Shades of Laurel #6BA068

Tints of Laurel #6BA068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.13%

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 28.84%
G = 43.13%
B = 28.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#6BA068 (or 0x6BA068) is known color: Laurel. HEX triplet: 6B, A0 and 68. RGB value is (107,160,104). Sum of RGB (Red+Green+Blue) = 107+160+104=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA068 is #945F97. Grayscale: #898989. Windows color (decimal): -9723800 or 6856811. OLE color: 6856811.

HSL color Cylindrical-coordinate representation of color #6BA068: hue angle of 116.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA068 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 160 104 -
CMYK 0.33 0 0.35 0.37
HSL 116.79º 0.23% 0.52% -
HSV(B) 116.79º 0.35% 0.63% -
XYZ 21.13 29.27 17.63 -
YUV 137.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 107 160 104 0.33 0 0.35 0.37 116.79 0.23 0.52
Hex 6B A0 68 21 0 23 25 75 17 34
Octal 153 240 150 41 0 43 45 165 27 64
Binary 1101011 10100000 1101000 100001 0 100011 100101 1110101 10111 110100

Color Harmonies of #6BA068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA068

Black with #6BA068

Text Example


Text Example

White with #6BA068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,160,104); }

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

background-color css

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

 a { background-color: rgb(107,160,104); }

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

border-color css

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

 span { border-color: rgb(107,160,104); }

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