Html Css Color HEX #67700D Fiji Green

📋 copy color: '#67700D'

red 103 ◦ green 112 ◦ blue 13

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

Shades of Fiji Green #67700D

Tints of Fiji Green #67700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 45.18%
G = 49.12%
B = 5.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#67700D (or 0x67700D) is known color: Fiji Green. HEX triplet: 67, 70 and 0D. RGB value is (103,112,13). Sum of RGB (Red+Green+Blue) = 103+112+13=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #67700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67700D is #988FF2. Grayscale: #626262. Windows color (decimal): -9998323 or 880743. OLE color: 880743.

HSL color Cylindrical-coordinate representation of color #67700D: hue angle of 65.45º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67700D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 13 -
CMYK 0.08 0 0.88 0.56
HSL 65.45º 0.79% 0.25% -
HSV(B) 65.45º 0.88% 0.44% -
XYZ 11.46 14.5 2.58 -
YUV 98.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 103 112 13 0.08 0 0.88 0.56 65.45 0.79 0.25
Hex 67 70 D 8 0 58 38 41 4F 19
Octal 147 160 15 10 0 130 70 101 117 31
Binary 1100111 1110000 1101 1000 0 1011000 111000 1000001 1001111 11001

Color Harmonies of #67700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67700D

Black with #67700D

Text Example


Text Example

White with #67700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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