Html Css Color HEX #767934 Crete

📋 copy color: '#767934'

red 118 ◦ green 121 ◦ blue 52

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

Shades of Crete #767934

Tints of Crete #767934

RGB

 RED value IS 118 (46.48% from 255) = 40.55%

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 40.55%
G = 41.58%
B = 17.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#767934 (or 0x767934) is known color: Crete. HEX triplet: 76, 79 and 34. RGB value is (118,121,52). Sum of RGB (Red+Green+Blue) = 118+121+52=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #767934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767934 is #8986CB. Grayscale: #707070. Windows color (decimal): -9012940 or 3438966. OLE color: 3438966.

HSL color Cylindrical-coordinate representation of color #767934: hue angle of 62.61º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #767934 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 121 52 -
CMYK 0.02 0 0.57 0.53
HSL 62.61º 0.4% 0.34% -
HSV(B) 62.61º 0.57% 0.47% -
XYZ 14.93 17.77 5.89 -
YUV 112.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 118 121 52 0.02 0 0.57 0.53 62.61 0.4 0.34
Hex 76 79 34 2 0 39 35 3F 28 22
Octal 166 171 64 2 0 71 65 77 50 42
Binary 1110110 1111001 110100 10 0 111001 110101 111111 101000 100010

Color Harmonies of #767934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767934

Black with #767934

Text Example


Text Example

White with #767934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767934; }

 p { color: rgb(118,121,52); }

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

background-color css

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

 a { background-color: rgb(118,121,52); }

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

border-color css

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

 span { border-color: rgb(118,121,52); }

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