Html Css Color HEX #74947D Oxley

📋 copy color: '#74947D'

red 116 ◦ green 148 ◦ blue 125

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

Shades of Oxley #74947D

Tints of Oxley #74947D

RGB

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

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

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

R = 29.82%
G = 38.05%
B = 32.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#74947D (or 0x74947D) is known color: Oxley. HEX triplet: 74, 94 and 7D. RGB value is (116,148,125). Sum of RGB (Red+Green+Blue) = 116+148+125=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #74947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74947D is #8B6B82. Grayscale: #878787. Windows color (decimal): -9137027 or 8230004. OLE color: 8230004.

HSL color Cylindrical-coordinate representation of color #74947D: hue angle of 136.88º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74947D is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 125 -
CMYK 0.22 0 0.16 0.42
HSL 136.88º 0.13% 0.52% -
HSV(B) 136.88º 0.22% 0.58% -
XYZ 21.49 26.37 23.36 -
YUV 135.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 116 148 125 0.22 0 0.16 0.42 136.88 0.13 0.52
Hex 74 94 7D 16 0 10 2A 89 D 34
Octal 164 224 175 26 0 20 52 211 15 64
Binary 1110100 10010100 1111101 10110 0 10000 101010 10001001 1101 110100

Color Harmonies of #74947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74947D

Black with #74947D

Text Example


Text Example

White with #74947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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