Html Css Color HEX #67A069 Laurel

📋 copy color: '#67A069'

red 103 ◦ green 160 ◦ blue 105

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

Shades of Laurel #67A069

Tints of Laurel #67A069

RGB

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

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

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

R = 27.99%
G = 43.48%
B = 28.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#67A069 (or 0x67A069) is known color: Laurel. HEX triplet: 67, A0 and 69. RGB value is (103,160,105). Sum of RGB (Red+Green+Blue) = 103+160+105=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #67A069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A069 is #985F96. Grayscale: #888888. Windows color (decimal): -9985943 or 6922343. OLE color: 6922343.

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

Color convert

RGB 103 160 105 -
CMYK 0.36 0 0.34 0.37
HSL 122.11º 0.23% 0.52% -
HSV(B) 122.11º 0.36% 0.63% -
XYZ 20.71 29.05 17.88 -
YUV 136.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 103 160 105 0.36 0 0.34 0.37 122.11 0.23 0.52
Hex 67 A0 69 24 0 22 25 7A 17 34
Octal 147 240 151 44 0 42 45 172 27 64
Binary 1100111 10100000 1101001 100100 0 100010 100101 1111010 10111 110100

Color Harmonies of #67A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A069

Black with #67A069

Text Example


Text Example

White with #67A069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A069; }

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

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

background-color css

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

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

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

border-color css

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

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

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