Html Css Color HEX #5C714F Cactus

📋 copy color: '#5C714F'

red 92 ◦ green 113 ◦ blue 79

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

Shades of Cactus #5C714F

Tints of Cactus #5C714F

RGB

 RED value IS 92 (36.33% from 255) = 32.39%

 GREEN value IS 113 (44.53% from 255) = 39.79%

 BLUE value IS 79 (31.25% from 255) = 27.82%

R = 32.39%
G = 39.79%
B = 27.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#5C714F (or 0x5C714F) is known color: Cactus. HEX triplet: 5C, 71 and 4F. RGB value is (92,113,79). Sum of RGB (Red+Green+Blue) = 92+113+79=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #5C714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C714F is #A38EB0. Grayscale: #666666. Windows color (decimal): -10718897 or 5206364. OLE color: 5206364.

HSL color Cylindrical-coordinate representation of color #5C714F: hue angle of 97.06º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C714F is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 113 79 -
CMYK 0.19 0 0.30 0.56
HSL 97.06º 0.18% 0.38% -
HSV(B) 97.06º 0.3% 0.44% -
XYZ 11.73 14.65 9.61 -
YUV 102.85 114.54 120.26 -
System Red Green Blue C M Y K H S L
Decimal 92 113 79 0.19 0 0.30 0.56 97.06 0.18 0.38
Hex 5C 71 4F 13 0 1E 38 61 12 26
Octal 134 161 117 23 0 36 70 141 22 46
Binary 1011100 1110001 1001111 10011 0 11110 111000 1100001 10010 100110

Color Harmonies of #5C714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C714F

Black with #5C714F

Text Example


Text Example

White with #5C714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C714F; }

 p { color: rgb(92,113,79); }

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

background-color css

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

 a { background-color: rgb(92,113,79); }

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

border-color css

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

 span { border-color: rgb(92,113,79); }

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