Html Css Color HEX #186714 San Felix

📋 copy color: '#186714'

red 24 ◦ green 103 ◦ blue 20

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

Shades of San Felix #186714

Tints of San Felix #186714

RGB

 RED value IS 24 (9.77% from 255) = 16.33%

 GREEN value IS 103 (40.63% from 255) = 70.07%

 BLUE value IS 20 (8.2% from 255) = 13.61%

R = 16.33%
G = 70.07%
B = 13.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#186714 (or 0x186714) is known color: San Felix. HEX triplet: 18, 67 and 14. RGB value is (24,103,20). Sum of RGB (Red+Green+Blue) = 24+103+20=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #186714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186714 is #E798EB. Grayscale: #464646. Windows color (decimal): -15177964 or 1337112. OLE color: 1337112.

HSL color Cylindrical-coordinate representation of color #186714: hue angle of 117.11º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186714 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 103 20 -
CMYK 0.77 0 0.81 0.60
HSL 117.11º 0.67% 0.24% -
HSV(B) 117.11º 0.81% 0.4% -
XYZ 5.35 9.95 2.3 -
YUV 69.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 24 103 20 0.77 0 0.81 0.60 117.11 0.67 0.24
Hex 18 67 14 4D 0 51 3C 75 43 18
Octal 30 147 24 115 0 121 74 165 103 30
Binary 11000 1100111 10100 1001101 0 1010001 111100 1110101 1000011 11000

Color Harmonies of #186714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186714

Black with #186714

Text Example


Text Example

White with #186714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186714; }

 p { color: rgb(24,103,20); }

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

background-color css

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

 a { background-color: rgb(24,103,20); }

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

border-color css

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

 span { border-color: rgb(24,103,20); }

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