Html Css Color HEX #67906B Laurel

📋 copy color: '#67906B'

red 103 ◦ green 144 ◦ blue 107

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

Shades of Laurel #67906B

Tints of Laurel #67906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 29.1%
G = 40.68%
B = 30.23%

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

#67906B (or 0x67906B) is known color: Laurel. HEX triplet: 67, 90 and 6B. RGB value is (103,144,107). Sum of RGB (Red+Green+Blue) = 103+144+107=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #67906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67906B is #986F94. Grayscale: #7F7F7F. Windows color (decimal): -9990037 or 7049319. OLE color: 7049319.

HSL color Cylindrical-coordinate representation of color #67906B: hue angle of 125.85º 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 #67906B is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 144 107 -
CMYK 0.28 0 0.26 0.44
HSL 125.85º 0.17% 0.48% -
HSV(B) 125.85º 0.28% 0.56% -
XYZ 18.22 23.89 17.56 -
YUV 127.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 103 144 107 0.28 0 0.26 0.44 125.85 0.17 0.48
Hex 67 90 6B 1C 0 1A 2C 7E 11 30
Octal 147 220 153 34 0 32 54 176 21 60
Binary 1100111 10010000 1101011 11100 0 11010 101100 1111110 10001 110000

Color Harmonies of #67906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67906B

Black with #67906B

Text Example


Text Example

White with #67906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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