Html Css Color HEX #679969 Laurel

📋 copy color: '#679969'

red 103 ◦ green 153 ◦ blue 105

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

Shades of Laurel #679969

Tints of Laurel #679969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

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

R = 28.53%
G = 42.38%
B = 29.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#679969 (or 0x679969) is known color: Laurel. HEX triplet: 67, 99 and 69. RGB value is (103,153,105). Sum of RGB (Red+Green+Blue) = 103+153+105=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #679969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679969 is #986696. Grayscale: #848484. Windows color (decimal): -9987735 or 6920551. OLE color: 6920551.

HSL color Cylindrical-coordinate representation of color #679969: hue angle of 122.4º 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 #679969 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 105 -
CMYK 0.33 0 0.31 0.4
HSL 122.4º 0.2% 0.5% -
HSV(B) 122.4º 0.33% 0.6% -
XYZ 19.53 26.69 17.49 -
YUV 132.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 103 153 105 0.33 0 0.31 0.4 122.4 0.2 0.5
Hex 67 99 69 21 0 1F 28 7A 14 32
Octal 147 231 151 41 0 37 50 172 24 62
Binary 1100111 10011001 1101001 100001 0 11111 101000 1111010 10100 110010

Color Harmonies of #679969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679969

Black with #679969

Text Example


Text Example

White with #679969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679969; }

 p { color: rgb(103,153,105); }

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

background-color css

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

 a { background-color: rgb(103,153,105); }

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

border-color css

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

 span { border-color: rgb(103,153,105); }

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