Html Css Color HEX #74A97D Oxley

📋 copy color: '#74A97D'

red 116 ◦ green 169 ◦ blue 125

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

Shades of Oxley #74A97D

Tints of Oxley #74A97D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.22%

 BLUE value IS 125 (49.22% from 255) = 30.49%

R = 28.29%
G = 41.22%
B = 30.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#74A97D (or 0x74A97D) is known color: Oxley. HEX triplet: 74, A9 and 7D. RGB value is (116,169,125). Sum of RGB (Red+Green+Blue) = 116+169+125=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #74A97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A97D is #8B5682. Grayscale: #949494. Windows color (decimal): -9131651 or 8235380. OLE color: 8235380.

HSL color Cylindrical-coordinate representation of color #74A97D: hue angle of 130.19º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A97D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 169 125 -
CMYK 0.31 0 0.26 0.34
HSL 130.19º 0.24% 0.56% -
HSV(B) 130.19º 0.31% 0.66% -
XYZ 25.09 33.57 24.56 -
YUV 148.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 116 169 125 0.31 0 0.26 0.34 130.19 0.24 0.56
Hex 74 A9 7D 1F 0 1A 22 82 18 38
Octal 164 251 175 37 0 32 42 202 30 70
Binary 1110100 10101001 1111101 11111 0 11010 100010 10000010 11000 111000

Color Harmonies of #74A97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A97D

Black with #74A97D

Text Example


Text Example

White with #74A97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A97D; }

 p { color: rgb(116,169,125); }

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

background-color css

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

 a { background-color: rgb(116,169,125); }

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

border-color css

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

 span { border-color: rgb(116,169,125); }

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