Html Css Color HEX #67926C Laurel

📋 copy color: '#67926C'

red 103 ◦ green 146 ◦ blue 108

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

Shades of Laurel #67926C

Tints of Laurel #67926C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.9%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 28.85%
G = 40.9%
B = 30.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#67926C (or 0x67926C) is known color: Laurel. HEX triplet: 67, 92 and 6C. RGB value is (103,146,108). Sum of RGB (Red+Green+Blue) = 103+146+108=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #67926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67926C is #986D93. Grayscale: #808080. Windows color (decimal): -9989524 or 7115367. OLE color: 7115367.

HSL color Cylindrical-coordinate representation of color #67926C: hue angle of 126.98º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67926C is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 146 108 -
CMYK 0.29 0 0.26 0.43
HSL 126.98º 0.17% 0.49% -
HSV(B) 126.98º 0.29% 0.57% -
XYZ 18.58 24.52 17.94 -
YUV 128.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 103 146 108 0.29 0 0.26 0.43 126.98 0.17 0.49
Hex 67 92 6C 1D 0 1A 2B 7F 11 31
Octal 147 222 154 35 0 32 53 177 21 61
Binary 1100111 10010010 1101100 11101 0 11010 101011 1111111 10001 110001

Color Harmonies of #67926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67926C

Black with #67926C

Text Example


Text Example

White with #67926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67926C; }

 p { color: rgb(103,146,108); }

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

background-color css

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

 a { background-color: rgb(103,146,108); }

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

border-color css

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

 span { border-color: rgb(103,146,108); }

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