Html Css Color HEX #67946A Laurel

📋 copy color: '#67946A'

red 103 ◦ green 148 ◦ blue 106

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

Shades of Laurel #67946A

Tints of Laurel #67946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

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

R = 28.85%
G = 41.46%
B = 29.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#67946A (or 0x67946A) is known color: Laurel. HEX triplet: 67, 94 and 6A. RGB value is (103,148,106). Sum of RGB (Red+Green+Blue) = 103+148+106=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #67946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67946A is #986B95. Grayscale: #818181. Windows color (decimal): -9989014 or 6984807. OLE color: 6984807.

HSL color Cylindrical-coordinate representation of color #67946A: hue angle of 124º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67946A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 148 106 -
CMYK 0.30 0 0.28 0.42
HSL 124º 0.18% 0.49% -
HSV(B) 124º 0.3% 0.58% -
XYZ 18.78 25.1 17.49 -
YUV 129.76 114.59 108.92 -
System Red Green Blue C M Y K H S L
Decimal 103 148 106 0.30 0 0.28 0.42 124 0.18 0.49
Hex 67 94 6A 1E 0 1C 2A 7C 12 31
Octal 147 224 152 36 0 34 52 174 22 61
Binary 1100111 10010100 1101010 11110 0 11100 101010 1111100 10010 110001

Color Harmonies of #67946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67946A

Black with #67946A

Text Example


Text Example

White with #67946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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