Html Css Color HEX #67926E Laurel

📋 copy color: '#67926E'

red 103 ◦ green 146 ◦ blue 110

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

Shades of Laurel #67926E

Tints of Laurel #67926E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 28.69%
G = 40.67%
B = 30.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#67926E (or 0x67926E) is known color: Laurel. HEX triplet: 67, 92 and 6E. RGB value is (103,146,110). Sum of RGB (Red+Green+Blue) = 103+146+110=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #67926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67926E is #986D91. Grayscale: #818181. Windows color (decimal): -9989522 or 7246439. OLE color: 7246439.

HSL color Cylindrical-coordinate representation of color #67926E: hue angle of 129.77º 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 #67926E is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 146 110 -
CMYK 0.29 0 0.25 0.43
HSL 129.77º 0.17% 0.49% -
HSV(B) 129.77º 0.29% 0.57% -
XYZ 18.69 24.57 18.51 -
YUV 129.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 103 146 110 0.29 0 0.25 0.43 129.77 0.17 0.49
Hex 67 92 6E 1D 0 19 2B 82 11 31
Octal 147 222 156 35 0 31 53 202 21 61
Binary 1100111 10010010 1101110 11101 0 11001 101011 10000010 10001 110001

Color Harmonies of #67926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67926E

Black with #67926E

Text Example


Text Example

White with #67926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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