Html Css Color HEX #6A9867 Laurel

📋 copy color: '#6A9867'

red 106 ◦ green 152 ◦ blue 103

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

Shades of Laurel #6A9867

Tints of Laurel #6A9867

RGB

 RED value IS 106 (41.8% from 255) = 29.36%

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 29.36%
G = 42.11%
B = 28.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#6A9867 (or 0x6A9867) is known color: Laurel. HEX triplet: 6A, 98 and 67. RGB value is (106,152,103). Sum of RGB (Red+Green+Blue) = 106+152+103=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9867 is #956798. Grayscale: #848484. Windows color (decimal): -9791385 or 6789226. OLE color: 6789226.

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

Color convert

RGB 106 152 103 -
CMYK 0.30 0 0.32 0.40
HSL 116.33º 0.19% 0.5% -
HSV(B) 116.33º 0.32% 0.6% -
XYZ 19.62 26.5 16.91 -
YUV 132.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 106 152 103 0.30 0 0.32 0.40 116.33 0.19 0.5
Hex 6A 98 67 1E 0 20 28 74 13 32
Octal 152 230 147 36 0 40 50 164 23 62
Binary 1101010 10011000 1100111 11110 0 100000 101000 1110100 10011 110010

Color Harmonies of #6A9867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9867

Black with #6A9867

Text Example


Text Example

White with #6A9867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,152,103); }

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

background-color css

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

 a { background-color: rgb(106,152,103); }

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

border-color css

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

 span { border-color: rgb(106,152,103); }

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