Html Css Color HEX #67740D Fiji Green

📋 copy color: '#67740D'

red 103 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #67740D

Tints of Fiji Green #67740D

RGB

 RED value IS 103 (40.63% from 255) = 44.4%

 GREEN value IS 116 (45.7% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 44.4%
G = 50%
B = 5.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#67740D (or 0x67740D) is known color: Fiji Green. HEX triplet: 67, 74 and 0D. RGB value is (103,116,13). Sum of RGB (Red+Green+Blue) = 103+116+13=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #67740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67740D is #988BF2. Grayscale: #646464. Windows color (decimal): -9997299 or 881767. OLE color: 881767.

HSL color Cylindrical-coordinate representation of color #67740D: hue angle of 67.57º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67740D is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 116 13 -
CMYK 0.11 0 0.89 0.55
HSL 67.57º 0.8% 0.25% -
HSV(B) 67.57º 0.89% 0.45% -
XYZ 11.91 15.4 2.73 -
YUV 100.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 103 116 13 0.11 0 0.89 0.55 67.57 0.8 0.25
Hex 67 74 D B 0 59 37 44 50 19
Octal 147 164 15 13 0 131 67 104 120 31
Binary 1100111 1110100 1101 1011 0 1011001 110111 1000100 1010000 11001

Color Harmonies of #67740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67740D

Black with #67740D

Text Example


Text Example

White with #67740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,116,13); }

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

background-color css

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

 a { background-color: rgb(103,116,13); }

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

border-color css

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

 span { border-color: rgb(103,116,13); }

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