Html Css Color HEX #67906A Laurel

📋 copy color: '#67906A'

red 103 ◦ green 144 ◦ blue 106

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

Shades of Laurel #67906A

Tints of Laurel #67906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.79%

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 29.18%
G = 40.79%
B = 30.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#67906A (or 0x67906A) is known color: Laurel. HEX triplet: 67, 90 and 6A. RGB value is (103,144,106). Sum of RGB (Red+Green+Blue) = 103+144+106=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #67906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67906A is #986F95. Grayscale: #7F7F7F. Windows color (decimal): -9990038 or 6983783. OLE color: 6983783.

HSL color Cylindrical-coordinate representation of color #67906A: hue angle of 124.39º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67906A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 144 106 -
CMYK 0.28 0 0.26 0.44
HSL 124.39º 0.17% 0.48% -
HSV(B) 124.39º 0.28% 0.56% -
XYZ 18.17 23.87 17.29 -
YUV 127.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 103 144 106 0.28 0 0.26 0.44 124.39 0.17 0.48
Hex 67 90 6A 1C 0 1A 2C 7C 11 30
Octal 147 220 152 34 0 32 54 174 21 60
Binary 1100111 10010000 1101010 11100 0 11010 101100 1111100 10001 110000

Color Harmonies of #67906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67906A

Black with #67906A

Text Example


Text Example

White with #67906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67906A; }

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

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

background-color css

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

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

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

border-color css

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

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

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