Html Css Color HEX #67996B Laurel

📋 copy color: '#67996B'

red 103 ◦ green 153 ◦ blue 107

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

Shades of Laurel #67996B

Tints of Laurel #67996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

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

R = 28.37%
G = 42.15%
B = 29.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#67996B (or 0x67996B) is known color: Laurel. HEX triplet: 67, 99 and 6B. RGB value is (103,153,107). Sum of RGB (Red+Green+Blue) = 103+153+107=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #67996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67996B is #986694. Grayscale: #848484. Windows color (decimal): -9987733 or 7051623. OLE color: 7051623.

HSL color Cylindrical-coordinate representation of color #67996B: hue angle of 124.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67996B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 107 -
CMYK 0.33 0 0.30 0.4
HSL 124.8º 0.2% 0.5% -
HSV(B) 124.8º 0.33% 0.6% -
XYZ 19.64 26.73 18.03 -
YUV 132.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 103 153 107 0.33 0 0.30 0.4 124.8 0.2 0.5
Hex 67 99 6B 21 0 1E 28 7D 14 32
Octal 147 231 153 41 0 36 50 175 24 62
Binary 1100111 10011001 1101011 100001 0 11110 101000 1111101 10100 110010

Color Harmonies of #67996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67996B

Black with #67996B

Text Example


Text Example

White with #67996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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