Html Css Color HEX #749453 Highland

📋 copy color: '#749453'

red 116 ◦ green 148 ◦ blue 83

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

Shades of Highland #749453

Tints of Highland #749453

RGB

 RED value IS 116 (45.7% from 255) = 33.43%

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

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 33.43%
G = 42.65%
B = 23.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#749453 (or 0x749453) is known color: Highland. HEX triplet: 74, 94 and 53. RGB value is (116,148,83). Sum of RGB (Red+Green+Blue) = 116+148+83=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #749453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749453 is #8B6BAC. Grayscale: #838383. Windows color (decimal): -9137069 or 5477492. OLE color: 5477492.

HSL color Cylindrical-coordinate representation of color #749453: hue angle of 89.54º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749453 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 83 -
CMYK 0.22 0 0.44 0.42
HSL 89.54º 0.28% 0.45% -
HSV(B) 89.54º 0.44% 0.58% -
XYZ 19.35 25.52 12.09 -
YUV 131.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 116 148 83 0.22 0 0.44 0.42 89.54 0.28 0.45
Hex 74 94 53 16 0 2C 2A 5A 1C 2D
Octal 164 224 123 26 0 54 52 132 34 55
Binary 1110100 10010100 1010011 10110 0 101100 101010 1011010 11100 101101

Color Harmonies of #749453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749453

Black with #749453

Text Example


Text Example

White with #749453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749453; }

 p { color: rgb(116,148,83); }

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

background-color css

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

 a { background-color: rgb(116,148,83); }

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

border-color css

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

 span { border-color: rgb(116,148,83); }

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