Html Css Color HEX #74733B Crete

📋 copy color: '#74733B'

red 116 ◦ green 115 ◦ blue 59

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

Shades of Crete #74733B

Tints of Crete #74733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 40%
G = 39.66%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74733B (or 0x74733B) is known color: Crete. HEX triplet: 74, 73 and 3B. RGB value is (116,115,59). Sum of RGB (Red+Green+Blue) = 116+115+59=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74733B is #8B8CC4. Grayscale: #6D6D6D. Windows color (decimal): -9145541 or 3896180. OLE color: 3896180.

HSL color Cylindrical-coordinate representation of color #74733B: hue angle of 58.95º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74733B is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 59 -
CMYK 0 0.01 0.49 0.55
HSL 58.95º 0.33% 0.34% -
HSV(B) 58.95º 0.49% 0.45% -
XYZ 14.12 16.29 6.54 -
YUV 108.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 116 115 59 0 0.01 0.49 0.55 58.95 0.33 0.34
Hex 74 73 3B 0 1 31 37 3B 21 22
Octal 164 163 73 0 1 61 67 73 41 42
Binary 1110100 1110011 111011 0 1 110001 110111 111011 100001 100010

Color Harmonies of #74733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74733B

Black with #74733B

Text Example


Text Example

White with #74733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74733B; }

 p { color: rgb(116,115,59); }

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

background-color css

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

 a { background-color: rgb(116,115,59); }

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

border-color css

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

 span { border-color: rgb(116,115,59); }

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